diff options
Diffstat (limited to 'Common/interface')
| -rw-r--r-- | Common/interface/AdvancedMath.h | 1 | ||||
| -rw-r--r-- | Common/interface/HashUtils.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Common/interface/AdvancedMath.h b/Common/interface/AdvancedMath.h index a6fe36e4..8fdfd8ac 100644 --- a/Common/interface/AdvancedMath.h +++ b/Common/interface/AdvancedMath.h @@ -24,6 +24,7 @@ #pragma once #include "BasicMath.h" +#include "../../Platforms/interface/PlatformDefinitions.h" // Structure describing a plane struct Plane3D diff --git a/Common/interface/HashUtils.h b/Common/interface/HashUtils.h index dff1b033..c70fd4a8 100644 --- a/Common/interface/HashUtils.h +++ b/Common/interface/HashUtils.h @@ -25,6 +25,7 @@ #include <functional> #include <memory> +#include <cstring> #include "../../Platforms/Basic/interface/Errors.h" #include "../../Platforms/Basic/interface/DebugUtilities.h" |
