From a2e58f8f7c64d21988007bae40fb838f5abbfcfe Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Tue, 17 Feb 2015 10:45:27 +0100 Subject: [PATCH] Added missing include for Linux compile --- src/abuffer/abufferdynamic.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/abuffer/abufferdynamic.cpp b/src/abuffer/abufferdynamic.cpp index eae0efbd72..51a34bc037 100644 --- a/src/abuffer/abufferdynamic.cpp +++ b/src/abuffer/abufferdynamic.cpp @@ -28,6 +28,7 @@ #include #include +#include #include #include #include