fix(atomicSpecies.h-->-species.h): added species.h includes for spesific species where needed

This commit is contained in:
2025-06-19 14:51:42 -04:00
parent 2bca6e447c
commit b0896d20e9
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,8 @@ composition_headers = files(
dependencies = [ dependencies = [
probe_dep, probe_dep,
quill_dep, quill_dep,
species_weight_dep species_weight_dep,
const_dep,
] ]
# Define the libcomposition library so it can be linked against by other parts of the build system # Define the libcomposition library so it can be linked against by other parts of the build system

View File

@@ -4,6 +4,7 @@
#include <algorithm> #include <algorithm>
#include "atomicSpecies.h" #include "atomicSpecies.h"
#include "species.h"
#include "composition.h" #include "composition.h"
#include "config.h" #include "config.h"