|
@@ -1,6 +1,7 @@
|
|
|
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
|
file LICENSE.rst or https://cmake.org/licensing for details. */
|
|
file LICENSE.rst or https://cmake.org/licensing for details. */
|
|
|
#include <cstddef>
|
|
#include <cstddef>
|
|
|
|
|
+#include <functional>
|
|
|
#include <map>
|
|
#include <map>
|
|
|
#include <memory>
|
|
#include <memory>
|
|
|
#include <string>
|
|
#include <string>
|
|
@@ -15,7 +16,7 @@
|
|
|
#include "cmCMakePresetsGraph.h"
|
|
#include "cmCMakePresetsGraph.h"
|
|
|
#include "cmCMakePresetsGraphInternal.h"
|
|
#include "cmCMakePresetsGraphInternal.h"
|
|
|
#include "cmJSONHelpers.h"
|
|
#include "cmJSONHelpers.h"
|
|
|
-class cmJSONState;
|
|
|
|
|
|
|
+#include "cmJSONState.h"
|
|
|
|
|
|
|
|
namespace {
|
|
namespace {
|
|
|
using PackagePreset = cmCMakePresetsGraph::PackagePreset;
|
|
using PackagePreset = cmCMakePresetsGraph::PackagePreset;
|