mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #19817 from Nemoumbra/net-buildfix
Buildfix for VS2017
This commit is contained in:
commit
e81db31805
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
#include <numeric>
|
||||
#include <mutex>
|
||||
#include <algorithm>
|
||||
#include <cctype> // for std::tolower
|
||||
|
||||
#include "Core/Core.h"
|
||||
#include "Core/HLE/HLE.h"
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <shared_mutex>
|
||||
#include <algorithm>
|
||||
|
||||
#include "Core/HLE/sceNp.h"
|
||||
#include "Core/Reporting.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue