From f36f661f09448bfd5089ed677a82d697ca2c2ee5 Mon Sep 17 00:00:00 2001 From: "Michael A. Sinclair" Date: Sat, 6 May 2023 17:33:49 -0500 Subject: [PATCH] Add missing stdlib includes for Linux This allows compilation on Linux using current GCC. --- _NwnUtilLib/BufferParser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/_NwnUtilLib/BufferParser.h b/_NwnUtilLib/BufferParser.h index 153b954..6733398 100644 --- a/_NwnUtilLib/BufferParser.h +++ b/_NwnUtilLib/BufferParser.h @@ -9,6 +9,7 @@ #include #include #include +#include #endif namespace swutil