diff --git a/Scheduler/Scheduler.cc b/Scheduler/Scheduler.cc
index 6ea88cc1b8df6a0f2e3d7403048c3eeab31ec508..257e5f6170a8d49b4925a4e53ac17d4a55beb335 100644
--- a/Scheduler/Scheduler.cc
+++ b/Scheduler/Scheduler.cc
@@ -28,7 +28,7 @@
 // Custom includes
 #include <errno.h>
 #include <sys/epoll.h>
-#include "SatLib/Utils/Exception.hh"
+#include "Utils/Exception.hh"
 
 static const int EPollInitialSize = 16;