Index: code/window.hpp
===================================================================
--- code/window.hpp (revision 46c2fe582fd327e88c951d358f31ef15536c8eca)
+++ code/window.hpp (revision c66abc31de85dace6d89600a4638b1993978f0e4)
@@ -22,4 +22,5 @@
 #include "features.hpp"
 
+#include "commands/autosave-commands.hpp"
 #include "commands/browser-commands.hpp"
 #include "commands/browser-context-commands.hpp"
@@ -90,4 +91,5 @@
 	Operations m_operations;
 
+	AutosaveCommands m_commands_autosave;
 	BrowserCommands m_commands_browser;
 	BrowserContextCommands m_commands_browser_context;
