Skip to content
Snippets Groups Projects
Commit 2c9afd83 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Fix header and pre-declarations in QLA cooling

parent 2f5a68b4
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,9 @@ struct cosmology; ...@@ -33,6 +33,9 @@ struct cosmology;
struct hydro_props; struct hydro_props;
struct entropy_floor_properties; struct entropy_floor_properties;
struct space; struct space;
struct unit_system;
struct phys_const;
struct swift_params;
void cooling_update(const struct cosmology *cosmo, void cooling_update(const struct cosmology *cosmo,
struct cooling_function_data *cooling, struct space *s); struct cooling_function_data *cooling, struct space *s);
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
/* Local includes */ /* Local includes */
#include "cooling.h" #include "cooling.h"
#include "engine.h"
#include "io_properties.h" #include "io_properties.h"
#ifdef HAVE_HDF5 #ifdef HAVE_HDF5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment