summaryrefslogtreecommitdiffstats
path: root/Common/interface
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-03-25 18:11:14 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-03-25 18:11:14 +0000
commit33dd5ea4de1fceb63c95e32321b24620b2778ca5 (patch)
tree94594b8346aa6419c81108499b7397c6d60c3f8f /Common/interface
parentFixed include paths in project Common (diff)
downloadDiligentCore-33dd5ea4de1fceb63c95e32321b24620b2778ca5.tar.gz
DiligentCore-33dd5ea4de1fceb63c95e32321b24620b2778ca5.zip
Fixed include paths in GraphicsTools project; fixed build errors
Diffstat (limited to 'Common/interface')
-rw-r--r--Common/interface/FixedBlockMemoryAllocator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Common/interface/FixedBlockMemoryAllocator.h b/Common/interface/FixedBlockMemoryAllocator.h
index e1a25c35..28383691 100644
--- a/Common/interface/FixedBlockMemoryAllocator.h
+++ b/Common/interface/FixedBlockMemoryAllocator.h
@@ -30,6 +30,8 @@
#include <mutex>
#include <unordered_set>
#include <vector>
+#include <cstring>
+#include <memory>
#include "../../Platforms/Basic/interface/Errors.h"
#include "../../Primitives/interface/MemoryAllocator.h"
#include "STDAllocator.h"