337ff753c6
- Drop unneeded WX_UNICODE - Simplify installation - Regenerate patches with `make makepatch`
11 lines
208 B
C++
11 lines
208 B
C++
--- common.h.orig 2016-08-15 13:26:19 UTC
|
|
+++ common.h
|
|
@@ -24,6 +24,8 @@
|
|
#ifndef _COMMON_H
|
|
#define _COMMON_H
|
|
|
|
+#include <cstring>
|
|
+#include <cstdlib>
|
|
#include <string>
|
|
#include <vector>
|
|
#include <list>
|