diff --git a/src/libutil/config.hh b/src/libutil/config.hh
index 42fc856e0e874857616eab5a1025a7f54e7f8bad..18fa9dea80995ff45370740fa5b5397aecaea83d 100644
--- a/src/libutil/config.hh
+++ b/src/libutil/config.hh
@@ -4,7 +4,7 @@
 
 #include "types.hh"
 
-#include <nlohmann/json_fwd.hpp>
+#include <nlohmann/json.hpp>
 
 #pragma once