Skip to content

Commit 838ec85

Browse files
committed
Added missing include to parse.hpp
1 parent 38100f8 commit 838ec85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libjsonexpr/include/jsonexpr/jsonexpr.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "jsonexpr/eval.hpp"
66
#include "jsonexpr/expected.hpp"
77
#include "jsonexpr/functions.hpp"
8+
#include "jsonexpr/parse.hpp"
89

910
namespace jsonexpr {
1011
JSONEXPR_EXPORT expected<json, error> evaluate(

0 commit comments

Comments
 (0)