From 682b8472b7511a3ab7764d956350d4cfb96e8736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Tue, 16 May 2023 13:54:18 +0200 Subject: [PATCH] Compilation fix for a3e52234 Fix compilation without PCH enabled. --- src/json.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/json.h b/src/json.h index 52dc5985ad..9ec0944708 100644 --- a/src/json.h +++ b/src/json.h @@ -28,6 +28,8 @@ #include "str_helpers.h" +#include + #define JSON_USE_IMPLICIT_CONVERSIONS 0 #define JSON_THROW_USER(exception) boost::throw_exception(exception)