소스 검색

cmake win fix

Johannes R 12 년 전
부모
커밋
2ae96ec919
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/basics/numerictools.h

+ 1 - 0
core/basics/numerictools.h

@@ -6,6 +6,7 @@
  * See file License for license information.
  */
 
+#define _USE_MATH_DEFINES
 #include <cmath>
 // #include <math.h>
 #include <stdlib.h>