1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 18:28:51 -05:00

header fix

This commit is contained in:
hrocho 2018-02-27 00:38:03 +01:00
parent 437b85ca37
commit 7c8e62f214
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <algorithm>
#include <cassert>
#include "catima/calculations.h"
#include "catima/build_config.h"
#include "catima/constants.h"
#include "catima/data_ionisation_potential.h"
#include "catima/data_atima.h"

View File

@ -22,6 +22,7 @@
#include <cmath>
//#include <unordered_set>
#include <gsl/gsl_spline.h>
#include "catima/build_config.h"
#include "catima/constants.h"
#include "catima/structures.h"
#include "catima/config.h"