From cf52c57264c73186401c2fd1d27f67a4fa3b71d3 Mon Sep 17 00:00:00 2001 From: caesar Date: Sat, 15 Jun 2024 23:20:48 +0800 Subject: [PATCH] add clangTools::date --- src/date/date.hpp | 1 + src/json11/json11.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/date/date.hpp b/src/date/date.hpp index 050981f..7267b52 100644 --- a/src/date/date.hpp +++ b/src/date/date.hpp @@ -5,6 +5,7 @@ #ifndef CLANGTOOLS_DATE_HPP #define CLANGTOOLS_DATE_HPP #include +#include #include #include #include diff --git a/src/json11/json11.cpp b/src/json11/json11.cpp index 786bf5f..3d3abb3 100644 --- a/src/json11/json11.cpp +++ b/src/json11/json11.cpp @@ -25,7 +25,7 @@ #include #include #include - +using namespace std; namespace json11 { static const int max_depth = 200;