From 6c5bfd491e773b5ebec740bb6120c3b7bc62c345 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Sat, 24 Sep 2016 21:18:57 +0200 Subject: [PATCH] Fix include --- kernel/include/conc/spinlock.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/include/conc/spinlock.hpp b/kernel/include/conc/spinlock.hpp index 93607ab8..f455ae34 100644 --- a/kernel/include/conc/spinlock.hpp +++ b/kernel/include/conc/spinlock.hpp @@ -8,6 +8,8 @@ #ifndef SPINLOCK_H #define SPINLOCK_H +#include + /*! * \brief Implementation of a spinlock *