Skip to content

Commit

Permalink
add clangTools::date
Browse files Browse the repository at this point in the history
  • Loading branch information
kekxv committed Jun 15, 2024
1 parent 8eebe67 commit cf52c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/date/date.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifndef CLANGTOOLS_DATE_HPP
#define CLANGTOOLS_DATE_HPP
#include <ctime>
#include <chrono>
#include <istream>
#include <memory>
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion src/json11/json11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <cstdlib>
#include <cstdio>
#include <limits>

using namespace std;
namespace json11 {

static const int max_depth = 200;
Expand Down

0 comments on commit cf52c57

Please sign in to comment.