mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
451d6664e4
* Update varijson to version 0.6 Removing fix-nlohmann-json.patch, this patch is no longer needed * Run x-add-version
13 lines
400 B
Diff
13 lines
400 B
Diff
diff --git a/include/valijson/internal/optional.hpp b/include/valijson/internal/optional.hpp
|
|
index c9bc47b..c73c7fb 100644
|
|
--- a/include/valijson/internal/optional.hpp
|
|
+++ b/include/valijson/internal/optional.hpp
|
|
@@ -9,6 +9,6 @@ namespace opt = std;
|
|
# endif
|
|
# endif
|
|
#else
|
|
-# include <compat/optional.hpp>
|
|
+# include <valijson/compat/optional.hpp>
|
|
namespace opt = std::experimental;
|
|
#endif
|