diff --git a/sys/cpp11-compat/condition_variable.cpp b/sys/cpp11-compat/condition_variable.cpp index 791270997a..1f2541d133 100644 --- a/sys/cpp11-compat/condition_variable.cpp +++ b/sys/cpp11-compat/condition_variable.cpp @@ -18,12 +18,12 @@ * @} */ -#include #include #include #include "irq.h" #include "sched.h" +#include "timex.h" #include "vtimer.h" #include "priority_queue.h"