diff --git a/src/core/counterexample.cpp b/src/core/counterexample.cpp index c5e7b4f..1123157 100644 --- a/src/core/counterexample.cpp +++ b/src/core/counterexample.cpp @@ -9,7 +9,7 @@ using namespace storm::counterexamples; // Define python bindings void define_counterexamples(py::module& m) { - using FlatSet = boost::container::flat_set, boost::container::new_allocator>; + using FlatSet = boost::container::flat_set, boost::container::new_allocator>; py::class_(m, "FlatSet", "Container to pass to program") .def(py::init<>())