Fix missing include

This commit is contained in:
Baptiste Wicht 2016-09-04 21:16:32 +02:00
parent af9248e43b
commit 116488b2a6

View File

@ -8,6 +8,8 @@
#ifndef CIRCULAR_BUFFER_H #ifndef CIRCULAR_BUFFER_H
#define CIRCULAR_BUFFER_H #define CIRCULAR_BUFFER_H
#include <types.hpp>
/*! /*!
* \brief A circular buffer of maximum size S * \brief A circular buffer of maximum size S
* *