Skip to content

Commit 94e798f

Browse files
committed
Minor; move <vector> requirement to cpp
1 parent f70a2e1 commit 94e798f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Source/Processors/ProcessorGraph/ProcessorGraph.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#include <stdio.h>
2525
#include <utility>
26+
#include <vector>
2627
#include <map>
2728

2829
#include "ProcessorGraph.h"

Source/Processors/ProcessorGraph/ProcessorGraph.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828

2929
#include "../../AccessClass.h"
3030

31-
#include <vector>
32-
3331
class GenericProcessor;
3432
class RecordNode;
3533
class AudioNode;

0 commit comments

Comments
 (0)