diff options
author | Marius Kintel <marius@kintel.net> | 2011-08-24 20:25:15 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-08-24 20:25:15 (GMT) |
commit | 3c87c07318d6bb854f15f3c44e0bbbbb605e5dd3 (patch) | |
tree | ea292df448038ce9cc4dad4009fcf4ce4d7250d5 /src/state.h | |
parent | 428d5bfc0e8684d6cf8116d0a580b36281135a45 (diff) |
compile fixes for older versions of CGAL + newer versions of gcc
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/state.h b/src/state.h index ae25c0f..c81575a 100644 --- a/src/state.h +++ b/src/state.h @@ -1,6 +1,8 @@ #ifndef STATE_H_ #define STATE_H_ +#include <cstring> + class State { public: |