소스 검색

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)