summaryrefslogtreecommitdiff
path: root/impl/VariableAssignment.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'impl/VariableAssignment.hpp')
-rw-r--r--impl/VariableAssignment.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/impl/VariableAssignment.hpp b/impl/VariableAssignment.hpp
index c0c7148..d604a74 100644
--- a/impl/VariableAssignment.hpp
+++ b/impl/VariableAssignment.hpp
@@ -2,6 +2,7 @@
#define VARIABLE_ASSIGNMENT_HPP
#include "Variable.hpp"
+#include <ostream>
template<typename T>
struct VariableAssignment {