mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-25 20:06:17 +00:00
Potential MacOS Build Fix (#3117)
* Potential MacOS build fix for update * Imported string instead of changing name to std::string_view
This commit is contained in:
parent
5bc4cc761a
commit
20670186ab
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
#include <string>
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
#include "common/enum.h"
|
#include "common/enum.h"
|
||||||
#include "common/singleton.h"
|
#include "common/singleton.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue