include mcpl header

This commit is contained in:
Erik B Knudsen 2022-06-23 11:34:53 +02:00
parent debc085cf6
commit 9c132bfbf0

View file

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