Browse Source

Fix windows build

Panagiotis Christopoulos Charitos 8 years ago
parent
commit
0930572c8f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/util/DynamicArray.cpp

+ 1 - 0
tests/util/DynamicArray.cpp

@@ -6,6 +6,7 @@
 #include <tests/framework/Framework.h>
 #include <anki/util/DynamicArray.h>
 #include <vector>
+#include <time.h>
 
 namespace anki
 {