From b8a34bc8ccff8da2bb92db48bc4a657eafe95a7c Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Wed, 4 Nov 2015 17:16:56 -0600 Subject: [PATCH] fixes - have to include cstdint first --- .../soePlatform/CSAssist/utils/Base/linux/BlockAllocator.cpp | 1 + .../soePlatform/ChatAPI/utils/Base/linux/BlockAllocator.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/external/3rd/library/soePlatform/CSAssist/utils/Base/linux/BlockAllocator.cpp b/external/3rd/library/soePlatform/CSAssist/utils/Base/linux/BlockAllocator.cpp index 00d01ec9..4cefb9e7 100644 --- a/external/3rd/library/soePlatform/CSAssist/utils/Base/linux/BlockAllocator.cpp +++ b/external/3rd/library/soePlatform/CSAssist/utils/Base/linux/BlockAllocator.cpp @@ -1,3 +1,4 @@ +#include #include "../BlockAllocator.h" #ifdef EXTERNAL_DISTRO diff --git a/external/3rd/library/soePlatform/ChatAPI/utils/Base/linux/BlockAllocator.cpp b/external/3rd/library/soePlatform/ChatAPI/utils/Base/linux/BlockAllocator.cpp index 00d01ec9..4cefb9e7 100644 --- a/external/3rd/library/soePlatform/ChatAPI/utils/Base/linux/BlockAllocator.cpp +++ b/external/3rd/library/soePlatform/ChatAPI/utils/Base/linux/BlockAllocator.cpp @@ -1,3 +1,4 @@ +#include #include "../BlockAllocator.h" #ifdef EXTERNAL_DISTRO