Explorar el Código

Added missing include in common_funcs.h

Yuri Kunde Schlesner hace 11 años
padre
commit
eda30c36ee
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)