Fix jsoncpp include.

This commit is contained in:
tastytea 2019-12-28 08:48:55 +01:00
parent 3675f17746
commit 23ec71ff60
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#define MASTORSS_CONFIG_HPP
#include <boost/filesystem.hpp>
#include <jsoncpp/json/json.h>
#include <json/json.h>
#include <cstdint>
#include <string>