Skip to content

Commit 4d2c3b5

Browse files
committed
Fixed visit call
1 parent 8a8bda1 commit 4d2c3b5

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

include/types/ti_kv.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <cstddef>
1212
#include <memory>
1313
#include <string>
14+
#include <variant>
1415

1516
#include <daw/daw_ordered_map.h>
1617
#include <daw/json/daw_json_value_t.h>

src/json_to_cpp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
#include <daw/daw_bounded_hash_set.h>
1414
#include <daw/daw_string_view.h>
15+
#include <daw/daw_visit.h>
1516
#include <daw/json/daw_json_parser.h>
1617

1718
#include <algorithm>

src/ti_kv.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include "types/ti_base.h"
1212
#include "types/ti_object.h"
1313

14+
#include <daw/daw_visit.h>
15+
1416
namespace daw::json_to_cpp::types {
1517
ti_kv::ti_kv( std::string obj_name )
1618
: value( std::make_unique<child_t>( ) )

0 commit comments

Comments
 (0)