Skip to content
Snippets Groups Projects
Commit 42e7eb44 authored by Loic Hausammann's avatar Loic Hausammann
Browse files

Fix compilation issues

parent 63848443
Branches
Tags
1 merge request!685Logger loader
......@@ -777,6 +777,7 @@ INPUT += @top_srcdir@/src/tracers/EAGLE
INPUT += @top_srcdir@/src/stars/EAGLE
INPUT += @top_srcdir@/src/feedback/EAGLE
INPUT += @top_srcdir@/src/black_holes/EAGLE
INPUT += @top_srcdir@/logger
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
......
......@@ -19,7 +19,6 @@
#ifndef __LOGGER_LOGGER_HEADER_H__
#define __LOGGER_LOGGER_HEADER_H__
#include "../src/logger.h"
#include "logger_tools.h"
#include <stdio.h>
......
......@@ -24,6 +24,10 @@
#include "../config.h"
/* Swift include */
#include "../src/inline.h"
#include "../src/logger.h"
#ifdef HAVE_PYTHON
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#include <Python.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment