json11.h rename for VSCode

This commit is contained in:
Dmitry Sovetin
2022-04-17 12:44:24 +03:00
parent cd0a0d5e44
commit 2517617d4f
4 changed files with 31 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
#include <signal.h>
#include <thread>
#include "json11.hpp"
#include "json11.h"
using namespace std;
using namespace json11;