We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b093f54 commit 63d1f0dCopy full SHA for 63d1f0d
1 file changed
src/pgen/cloud.cpp
@@ -12,6 +12,9 @@
12
#include <cmath> // log
13
#include <cstring> // strcmp()
14
15
+// Should be in ifdefs once adios2 lib is linked in Parthenon
16
+#include <adios2.h>
17
+
18
// Parthenon headers
19
#include "mesh/mesh.hpp"
20
#include <basic_types.hpp>
0 commit comments