mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 12:45:50 +00:00
Externals: Fix include path for picojson and discord
This commit is contained in:
parent
239cde8aea
commit
ae2d567f59
6 changed files with 8 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "UICommon/AutoUpdate.h"
|
||||
|
||||
#include <picojson/picojson.h>
|
||||
#include <picojson.h>
|
||||
#include <string>
|
||||
|
||||
#include "Common/CommonPaths.h"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <set>
|
||||
#include <string>
|
||||
|
||||
#include <discord-rpc/include/discord_rpc.h>
|
||||
#include <discord_rpc.h>
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "Common/Hash.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include <numeric>
|
||||
#include <string>
|
||||
|
||||
#include <picojson/picojson.h>
|
||||
#include <picojson.h>
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/HttpRequest.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "UICommon/ResourcePack/Manifest.h"
|
||||
|
||||
#include <picojson/picojson.h>
|
||||
#include <picojson.h>
|
||||
|
||||
namespace ResourcePack
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue