Skip to content

Commit

Permalink
修复linux下兼容性问题
Browse files Browse the repository at this point in the history
  • Loading branch information
quqiOnfree committed Dec 1, 2023
1 parent 49aba05 commit c95e1d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Json.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include <QuqiParser/Json.h>

#include <cmath>

#define JSON_NAMESPACE_START namespace qjson {
#define JSON_NAMESPACE_END }

Expand Down

0 comments on commit c95e1d3

Please sign in to comment.