From dcf0d7e9050bd0a193b020228b27ca8a0ee2f177 Mon Sep 17 00:00:00 2001 From: Egor Date: Sun, 25 Mar 2018 12:55:05 -0700 Subject: Added a couple of #includes to fix include test build errors --- Common/interface/AdvancedMath.h | 1 + Common/interface/HashUtils.h | 1 + 2 files changed, 2 insertions(+) (limited to 'Common/interface') 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 #include +#include #include "../../Platforms/Basic/interface/Errors.h" #include "../../Platforms/Basic/interface/DebugUtilities.h" -- cgit v1.2.3