Skip to content

Commit 508e349

Browse files
committed
Fixed sionlib
1 parent 0313d49 commit 508e349

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

nestkernel/recording_backend_sionlib.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@
3232
// Includes from libnestutil:
3333
#include "compose.hpp"
3434

35-
// Includes from nest:
36-
#include "../nest/neststartup.h"
37-
3835
// Includes from nestkernel:
36+
#include "io_manager.h"
37+
#include "logging.h"
38+
#include "logging_manager.h"
3939
#include "recording_backend_sionlib.h"
4040
#include "recording_device.h"
41+
#include "simulation_manager.h"
4142

4243
const unsigned int nest::RecordingBackendSIONlib::SIONLIB_REC_BACKEND_VERSION = 2;
4344
const unsigned int nest::RecordingBackendSIONlib::DEV_NAME_BUFFERSIZE = 32;

0 commit comments

Comments
 (0)