mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Minor buildfix/cleanup
This commit is contained in:
parent
7f60acf898
commit
d26700820c
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
#include <functional>
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
|
||||
// Platform integration
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include <cmath>
|
||||
#include <set>
|
||||
#include <cstdint>
|
||||
#include <algorithm>
|
||||
|
||||
#include "Common/GPU/thin3d.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue