mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
missing include
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
#include "cmake.h"
|
||||
#include <cmsys/Process.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
|
||||
#define SAFEDIV(x,y) (((y)!=0)?((x)/(y)):(0))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user