Skip to content

Commit

Permalink
Compilation fix for a3e5223
Browse files Browse the repository at this point in the history
Fix compilation without PCH enabled.
  • Loading branch information
vslavik committed May 16, 2023
1 parent e9762d9 commit 682b847
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/json.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

#include "str_helpers.h"

#include <boost/throw_exception.hpp>

#define JSON_USE_IMPLICIT_CONVERSIONS 0
#define JSON_THROW_USER(exception) boost::throw_exception(exception)

Expand Down

0 comments on commit 682b847

Please sign in to comment.