Browse Source

Added missing include in common_funcs.h

Yuri Kunde Schlesner 11 years ago
parent
commit
eda30c36ee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/common_funcs.h

+ 1 - 0
src/common/common_funcs.h

@@ -5,6 +5,7 @@
 #pragma once
 
 #include "common_types.h"
+#include <cstdlib>
 
 #ifdef _WIN32
 #define SLEEP(x) Sleep(x)