Skip to content

Commit

Permalink
fix include 'slash' compatible with gcc linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jespa007 committed Jul 20, 2023
1 parent d7a1045 commit 4f456e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/zetjsoncpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
#define ZJ_UNUSUED_PARAM(x) ((void)(x))
#define ZJ_UNUSUED_2PARAMS(x1,x2) ((void)(x1),(void)(x2))

#include "utils\file_utils.h"
#include "utils\path_utils.h"
#include "utils\string_utils.h"
#include "utils/file_utils.h"
#include "utils/path_utils.h"
#include "utils/string_utils.h"
#include "deserialize_exception.h"
#include "jsonvar/JsonVar.h"

Expand Down

0 comments on commit 4f456e3

Please sign in to comment.