We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9dab8 commit ffaeedfCopy full SHA for ffaeedf
fable/CMakeLists.txt
@@ -74,6 +74,7 @@ if(BUILD_TESTING)
74
# find src -type f -name "*_test.cpp"
75
src/fable/version_test.cpp
76
src/fable/environment_test.cpp
77
+ src/fable/schema/array_test.cpp
78
src/fable/schema/const_test.cpp
79
src/fable/schema/custom_test.cpp
80
src/fable/schema/enum_test.cpp
fable/include/fable/schema.hpp
@@ -120,6 +120,7 @@
120
#include <utility> // for move
121
#include <vector> // for vector<>
122
123
+#include <fable/schema/array.hpp> // for Array<>
124
#include <fable/schema/boolean.hpp> // for Boolean
125
#include <fable/schema/confable.hpp> // for FromConfable
126
#include <fable/schema/const.hpp> // for Const<>
0 commit comments