diff --git a/src/operator/MetaOperator.cpp b/src/operator/MetaOperator.cpp
index d33376e4fd81a6778907de1ece7125d2812ab82a..c1f58c68686d9359fa3b8ea4b5eb54244e988895 100644
--- a/src/operator/MetaOperator.cpp
+++ b/src/operator/MetaOperator.cpp
@@ -10,6 +10,7 @@
  ********************************************************************************/
 
 #include "aidge/operator/MetaOperator.hpp"
+#include "aidge/utils/ErrorHandling.hpp"
 
 Aidge::MetaOperator_Op::MetaOperator_Op(const char *type, const std::shared_ptr<GraphView>& graph,
     std::vector<NodePtr> inputNodes,