Commit 411a1a96 authored by schreibfaul1's avatar schreibfaul1

Error on compilation: memory.h (Issue #706)

memory.h -> string.h
parent d4b7d21c
......@@ -4,7 +4,7 @@
//#pragma GCC diagnostic ignored "-Wnarrowing"
#include <stdint.h>
#include <memory.h>
#include <string.h>
#include <vector>
using namespace std;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment