Add missing headers for no PCH build. --- a/src/shell_application_spawner.h +++ b/src/shell_application_spawner.h @@ -19,6 +19,7 @@ along with this program. If not, see . #define MIRACLE_WM_SHELL_APPLICATION_SPAWNER_H #include +#include namespace miracle { diff --git a/src/window_container.h b/src/window_container.h index e73c08f..88277bd 100644 --- a/src/window_container.h +++ b/src/window_container.h @@ -21,6 +21,7 @@ along with this program. If not, see . #include "container.h" #include "container_effect.h" #include "synchronized_recursive.h" +#include #include namespace miracle --- a/src/container_effect.h +++ b/src/container_effect.h @@ -17,6 +17,7 @@ along with this program. If not, see . #ifndef MIRACLE_CONTAINER_EFFECT_H #define MIRACLE_CONTAINER_EFFECT_H +#include #include namespace miracle --- a/src/plugin_managed_container.cpp +++ b/src/plugin_managed_container.cpp @@ -21,6 +21,7 @@ along with this program. If not, see . #include "compositor_state.h" #include "container_listener.h" #include "window_controller.h" +#include #include using namespace miracle; --- a/src/freestyle_window_container.cpp +++ b/src/freestyle_window_container.cpp @@ -23,6 +23,7 @@ along with this program. If not, see . #include "container_listener.h" #include "direction.h" #include "window_controller.h" +#include #include using namespace miracle; --- a/src/plugin_handle.h +++ b/src/plugin_handle.h @@ -15,7 +15,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . **/ +#include + namespace miracle { typedef uint32_t PluginHandle;