Linux buildfix.

Arg, stupid memcmp/sprintf...
This commit is contained in:
Unknown W. Brackets 2014-03-15 11:56:52 -07:00
parent fe7a4b654f
commit 06b9e731e8
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#pragma once
#include <string>
#include <cstdio>
#include "Common/CommonTypes.h"
#include "native/math/expression_parser.h"

View File

@ -1,5 +1,6 @@
// TODO: Add license
#include <cstring>
#include "util/text/parsers.h"
#include "proAdhoc.h"