From 3c2d79a24198b87a1ed4a6473c920c02da773374 Mon Sep 17 00:00:00 2001 From: lewisgross1296 Date: Tue, 26 Jul 2022 17:01:50 -0500 Subject: [PATCH] added back in header (despite redundancy) due to use in mesh files --- include/openmc/mesh.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/openmc/mesh.h b/include/openmc/mesh.h index 0ace6dfea7..13138a739b 100644 --- a/include/openmc/mesh.h +++ b/include/openmc/mesh.h @@ -8,6 +8,7 @@ #include "hdf5.h" #include "xtensor/xtensor.hpp" +#include "pugixml.hpp" #include "openmc/memory.h" // for unique_ptr #include "openmc/particle.h"