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

Added missing includes in the default SPH scheme.

parent 239df74f
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include "cosmology.h" #include "cosmology.h"
#include "dimension.h" #include "dimension.h"
#include "equation_of_state.h" #include "equation_of_state.h"
#include "hydro_properties.h"
#include "hydro_space.h" #include "hydro_space.h"
#include "kernel_hydro.h" #include "kernel_hydro.h"
#include "minmax.h" #include "minmax.h"
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
#ifndef SWIFT_DEFAULT_HYDRO_IO_H #ifndef SWIFT_DEFAULT_HYDRO_IO_H
#define SWIFT_DEFAULT_HYDRO_IO_H #define SWIFT_DEFAULT_HYDRO_IO_H
#include "adiabatic_index.h"
#include "hydro.h"
#include "io_properties.h" #include "io_properties.h"
#include "kernel_hydro.h" #include "kernel_hydro.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment