summaryrefslogtreecommitdiffstats
path: root/precompiled-headers.h
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-08-20 11:02:16 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-08-20 11:02:16 +0200
commitacb99f03f963d00670e5a286c76a92d022ef44b0 (patch)
tree0276724f5b1709e750af90ed1f19e2e121c0b8eb /precompiled-headers.h
parentb4ef3d7078133d6c31c77da45a991bfe2210623a (diff)
Config: Use nlohmann/json
Diffstat (limited to 'precompiled-headers.h')
-rw-r--r--precompiled-headers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/precompiled-headers.h b/precompiled-headers.h
index 079aa496e..f52f1cab8 100644
--- a/precompiled-headers.h
+++ b/precompiled-headers.h
@@ -56,3 +56,5 @@
#include <sys/wait.h>
#include <termios.h>
#include <unistd.h>
+
+#include <nlohmann/json.hpp>