From d670d6eb5146204c0fc9f81813ba2a76e949a239 Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Wed, 3 Jun 2015 07:18:25 +0200 Subject: [PATCH] sys/cpp11-compat: condition variable: fix includes --- sys/cpp11-compat/condition_variable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"