Fix includes
diff --git a/fs-watcher/fs-watcher.hpp b/fs-watcher/fs-watcher.hpp
index e3c9305..6976cbd 100644
--- a/fs-watcher/fs-watcher.hpp
+++ b/fs-watcher/fs-watcher.hpp
@@ -27,7 +27,7 @@
 #include <boost/filesystem.hpp>
 #include <sqlite3.h>
 
-#include "scheduler.h"
+#include "scheduler.hpp"
 
 class FsWatcher : public QObject
 {