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 6d352aa55c
commit 601d219c6d

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 {
//==============================================================================