We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0313d49 commit 508e349Copy full SHA for 508e349
nestkernel/recording_backend_sionlib.cpp
@@ -32,12 +32,13 @@
32
// Includes from libnestutil:
33
#include "compose.hpp"
34
35
-// Includes from nest:
36
-#include "../nest/neststartup.h"
37
-
38
// Includes from nestkernel:
+#include "io_manager.h"
+#include "logging.h"
+#include "logging_manager.h"
39
#include "recording_backend_sionlib.h"
40
#include "recording_device.h"
41
+#include "simulation_manager.h"
42
43
const unsigned int nest::RecordingBackendSIONlib::SIONLIB_REC_BACKEND_VERSION = 2;
44
const unsigned int nest::RecordingBackendSIONlib::DEV_NAME_BUFFERSIZE = 32;
0 commit comments