1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-19 17:03:46 +02:00

added header file inclusion to avoid compilation errors

This commit is contained in:
Oliver Hahn 2013-10-24 12:33:58 +02:00
parent 870107d09c
commit 9ee8a0a6a9

View file

@ -8,6 +8,8 @@
*/
#include <cstring>
#include "densities.hh"
#include "convolution_kernel.hh"