Skip to content

Commit 0cf398f

Browse files
committed
Added missing include
1 parent 1e759e8 commit 0cf398f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parse/jsd_optional.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef JSD_OPTIONAL_H_INCLUDED
22
#define JSD_OPTIONAL_H_INCLUDED
33

4+
#include "jsd_core.h"
5+
46
#include <boost/optional.hpp>
57

68
namespace JSON

0 commit comments

Comments
 (0)