include mcpl header

This commit is contained in:
Erik B Knudsen 2022-06-23 11:34:53 +02:00 committed by Erik B Knudsen
parent bf0c5d7f9a
commit cfbd397d45

View file

@ -33,6 +33,10 @@
#include "openmc/state_point.h"
#include "openmc/xml_interface.h"
#ifdef HAS_MCPL
#include <mcpl.h>
#endif
namespace openmc {
//==============================================================================