diff options
Diffstat (limited to 'flowgraph')
-rw-r--r-- | flowgraph/data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flowgraph/data.h b/flowgraph/data.h index e2def93..a52627d 100644 --- a/flowgraph/data.h +++ b/flowgraph/data.h @@ -3,6 +3,7 @@ #pragma once #include <cstdint> +#include <memory> #include <vector> namespace FlowGraph { |