summaryrefslogtreecommitdiffstats
path: root/Common/interface
diff options
context:
space:
mode:
authorEgor <egor.yusov@gmail.com>2018-03-25 19:55:05 +0000
committerEgor <egor.yusov@gmail.com>2018-03-25 19:55:05 +0000
commitdcf0d7e9050bd0a193b020228b27ca8a0ee2f177 (patch)
tree25190002e824e116cc803a831587405670183ed9 /Common/interface
parentFixed include paths in GraphicsTools project; fixed build errors (diff)
downloadDiligentCore-dcf0d7e9050bd0a193b020228b27ca8a0ee2f177.tar.gz
DiligentCore-dcf0d7e9050bd0a193b020228b27ca8a0ee2f177.zip
Added a couple of #includes to fix include test build errors
Diffstat (limited to 'Common/interface')
-rw-r--r--Common/interface/AdvancedMath.h1
-rw-r--r--Common/interface/HashUtils.h1
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"