From 23ec71ff60165c9e4f630be1627fcb76c01cdc0d Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 28 Dec 2019 08:48:55 +0100 Subject: [PATCH] Fix jsoncpp include. --- src/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.hpp b/src/config.hpp index 58fd99d..a71e7a6 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -18,7 +18,7 @@ #define MASTORSS_CONFIG_HPP #include -#include +#include #include #include