diff --git a/python_binding/pybind_QuantPTQ.cpp b/python_binding/pybind_QuantPTQ.cpp
index 3722a86f03e5c44658b8d787c0688d8fe7b77013..181d6bf3e08f438d6690af1e60c6d724646331ab 100644
--- a/python_binding/pybind_QuantPTQ.cpp
+++ b/python_binding/pybind_QuantPTQ.cpp
@@ -15,7 +15,7 @@
 #include <string>
 
 #include "aidge/QuantPTQ.hpp"
-#include "aidge/hook/hook.hpp"
+#include "aidge/hook/Hook.hpp"
 
 namespace py = pybind11;
 
diff --git a/src/QuantPTQ.cpp b/src/QuantPTQ.cpp
index 528f2b5b4056cfcd7ff882da1d63817887ad6834..4645359e126043a19702f349353e58ba3df22e8d 100644
--- a/src/QuantPTQ.cpp
+++ b/src/QuantPTQ.cpp
@@ -23,7 +23,7 @@
 #include "aidge/QuantPTQ.hpp"
 //using namespace Aidge;
 
-#include "aidge/hook/outputRange.hpp"
+#include "aidge/hook/OutputRange.hpp"
 #include "aidge/operator/Scaling.hpp"
 #include "aidge/graph/GraphView.hpp"