Fix include

This commit is contained in:
Baptiste Wicht 2016-09-24 21:18:57 +02:00
parent a4b5197a4e
commit 6c5bfd491e

View File

@ -8,6 +8,8 @@
#ifndef SPINLOCK_H #ifndef SPINLOCK_H
#define SPINLOCK_H #define SPINLOCK_H
#include <types.hpp>
/*! /*!
* \brief Implementation of a spinlock * \brief Implementation of a spinlock
* *