Commit 3dbf19ac by Maarten L. Hekkelman

added #include <array> to fix building on FreeBSD

parent 7dc999ef
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include <sstream> #include <sstream>
#include <set> #include <set>
#include <list> #include <list>
#include <array>
#include "cif++/CifUtils.hpp" #include "cif++/CifUtils.hpp"
......
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