Add include stdlib and cstring in simuv3/Option.h
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@61 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 73aa44edce51f6cb903ced4a9b5432e99b0ad2bc Former-commit-id: f3ede9b736d1e7739f209205fd2b0c980f828f58
This commit is contained in:
parent
c34699da30
commit
e6aa716ba2
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <cstring>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#undef LOG_OPTIONS
|
#undef LOG_OPTIONS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue