commit 3ccca225bb0e4f07b9366497b398bd23586dd144
parent 2dcdfadb37c6453c6fdbca0bea6e0848bce2a1c8
Author: Morel Bérenger <berengermorel76@gmail.com>
Date:   Fri, 14 Aug 2020 05:15:25 +0200
add missing include
include <memory> seems to include <wchar.h>... wtf?
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/btl/src/string.cpp b/btl/src/string.cpp
@@ -7,6 +7,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <assert.h>
+#include <wchar.h>
 
 #include "vector.hpp"
 #include "string.hpp"