瀏覽代碼

Added missing include in common_funcs.h

Yuri Kunde Schlesner 11 年之前
父節點
當前提交
eda30c36ee
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)