mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Linux buildfix.
Arg, stupid memcmp/sprintf...
This commit is contained in:
parent
fe7a4b654f
commit
06b9e731e8
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue