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

Fix missing includes of the pressure floor

parent 969aeb8e
Branches
Tags v0.9.0
No related merge requests found
......@@ -31,6 +31,7 @@
#include "feedback.h"
#include "gravity.h"
#include "multipole.h"
#include "pressure_floor.h"
#include "rt.h"
#include "star_formation.h"
#include "tracers.h"
......
......@@ -30,6 +30,7 @@
#include "chemistry.h"
#include "engine.h"
#include "gravity.h"
#include "pressure_floor.h"
#include "rt.h"
#include "sink.h"
#include "star_formation.h"
......
......@@ -30,6 +30,7 @@
#include "chemistry.h"
#include "engine.h"
#include "gravity.h"
#include "pressure_floor.h"
#include "rt.h"
#include "sink.h"
#include "star_formation.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment