mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Linux buildfix.
Arg, stupid memcmp/sprintf...
This commit is contained in:
parent
fe7a4b654f
commit
06b9e731e8
@ -17,6 +17,7 @@
|
||||
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <cstdio>
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "native/math/expression_parser.h"
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
// TODO: Add license
|
||||
|
||||
#include <cstring>
|
||||
#include "util/text/parsers.h"
|
||||
#include "proAdhoc.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user