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 076e11a commit 0313d49Copy full SHA for 0313d49
nestkernel/sonata_connector.cpp
@@ -30,6 +30,8 @@
30
31
// Includes from nestkernel:
32
#include "kernel_manager.h"
33
+#include "nest.h"
34
+#include "node_manager.h"
35
36
// Includes from sli:
37
#include "dictutils.h"
nestkernel/sonata_connector.h
@@ -29,11 +29,11 @@
29
// C++ includes:
#include <map>
+#include <set>
#include <vector>
#include "conn_parameter.h"
-#include "kernel_manager.h"
#include "nest_datums.h"
38
39
#include "H5Cpp.h"
0 commit comments