Fixed missing include that wasn't caught previously.
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <map>
|
||||
|
||||
|
||||
#include <JJX/JSON.hpp>
|
@@ -12,6 +12,7 @@
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
|
||||
// TODO: API compatibility with json::value and derived types.
|
||||
// TODO: Auto-conversion from json::value *to* represented type.
|
||||
|
Reference in New Issue
Block a user