diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-03-25 18:11:14 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-03-25 18:11:14 +0000 |
| commit | 33dd5ea4de1fceb63c95e32321b24620b2778ca5 (patch) | |
| tree | 94594b8346aa6419c81108499b7397c6d60c3f8f /Common/interface | |
| parent | Fixed include paths in project Common (diff) | |
| download | DiligentCore-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.h | 2 |
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" |
