Commit 98ff7943 by Maarten L. Hekkelman

backup

parent 24fa80ba
...@@ -139,7 +139,7 @@ class file_t ...@@ -139,7 +139,7 @@ class file_t
// setValidator(nullptr); // setValidator(nullptr);
parser_type p(is, *this); parser_type p(is, *this);
p.parseFile(); p.parse_file();
// if (saved != nullptr) // if (saved != nullptr)
// { // {
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#pragma once #pragma once
#include <cif++/v2/item.hpp> #include <cif++/v2/item.hpp>
#include <cif++/v2/condition.hpp>
namespace cif::v2 namespace cif::v2
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment