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

Added explicit inclusion of <cstdarg> in log.hh, otherwise got compile errors on some systems

This commit is contained in:
Oliver Hahn 2010-10-01 15:26:09 -07:00
parent 1dee46e390
commit a25b9ffe3c
2 changed files with 2 additions and 1 deletions

View file

@ -44,7 +44,7 @@ endif
##############################################################################
CFLAGS += $(OPT)
TARGET = MUSIC
OBJS = output.o transfer_function.o Numerics.o \
OBJS = output.o transfer_function.o Numerics.o defaults.o\
convolution_kernel.o densities.o cosmology.o poisson.o log.o main.o \
$(patsubst plugins/%.cc,plugins/%.o,$(wildcard plugins/*.cc))

1
log.hh
View file

@ -28,6 +28,7 @@
#include <list>
#include <fstream>
#include <ctime>
#include <cstdarg>
#include <sstream>
/*!