blob: 817958b0403a3e35447b11566226c4cab8535c60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/JSDL.cpp
+++ b/JSDL.cpp
@@ -20,7 +20,7 @@
#include <cstdlib>
#include <fstream>
#include <stdexcept>
-
+#include <cstring>
using std::runtime_error;
using std::memcpy;
|