|
@@ -5,6 +5,7 @@
|
|
|
#include <vector>
|
|
|
#include <string>
|
|
|
#include <unordered_map>
|
|
|
+#include "nodes/track/trackNode.hpp"
|
|
|
#include "common/json.hpp"
|
|
|
#include "infer/infer.hpp"
|
|
|
#include "nodes/base/base.hpp"
|
|
@@ -14,7 +15,7 @@
|
|
|
#include "nodes/draw/drawNode.hpp"
|
|
|
#include "nodes/record/recordNode.hpp"
|
|
|
#include "nodes/httpPush/httpPush.hpp"
|
|
|
-#include "nodes/track/trackNode.hpp"
|
|
|
+
|
|
|
|
|
|
|
|
|
namespace Graph
|