From 107e99ef1e23cec48ef3310cc67bb7d8d8e67def Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 13 Aug 2022 13:02:28 +0200 Subject: [PATCH] :memo: fix example --- docs/examples/to_bon8.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/examples/to_bon8.cpp b/docs/examples/to_bon8.cpp index 2b4e311b4..2f2634253 100644 --- a/docs/examples/to_bon8.cpp +++ b/docs/examples/to_bon8.cpp @@ -3,6 +3,7 @@ #include using json = nlohmann::json; +using namespace nlohmann::literals; int main() {