mirror of
https://github.com/cosmo-sims/MUSIC.git
synced 2024-09-12 08:53:45 +02:00
fixed missing include
This commit is contained in:
parent
0bf5a6cfe7
commit
ef9afa5f7c
1 changed files with 3 additions and 2 deletions
|
@ -18,8 +18,9 @@
|
|||
#include <algorithm>
|
||||
#include <math.h>
|
||||
|
||||
#include "config_file.hh"
|
||||
#include "region_generator.hh"
|
||||
#include <general.hh>
|
||||
#include <config_file.hh>
|
||||
#include <region_generator.hh>
|
||||
|
||||
#include <array>
|
||||
using index_t = ptrdiff_t;
|
||||
|
|
Loading…
Reference in a new issue