Fixed a pedantic warning.
diff --git a/query_execution/Shiftboss.hpp b/query_execution/Shiftboss.hpp
index 05457bd..879f456 100644
--- a/query_execution/Shiftboss.hpp
+++ b/query_execution/Shiftboss.hpp
@@ -40,7 +40,7 @@
 #include "tmb/address.h"
 #include "tmb/id_typedefs.h"
 
-namespace tmb { class MessageBus; };
+namespace tmb { class MessageBus; }
 
 namespace quickstep {