Externals: Fix include path for picojson and discord

This commit is contained in:
degasus
2020-04-29 11:45:59 +02:00
parent 239cde8aea
commit ae2d567f59
6 changed files with 8 additions and 5 deletions

View File

@ -8,7 +8,7 @@
#include <numeric>
#include <string>
#include <picojson/picojson.h>
#include <picojson.h>
#include "Common/Common.h"
#include "Common/HttpRequest.h"