diff --git a/tests/auto/wayland/client/mocksurface.h b/tests/auto/wayland/client/mocksurface.h index e34d6596ebf..5155599bbfa 100644 --- a/tests/auto/wayland/client/mocksurface.h +++ b/tests/auto/wayland/client/mocksurface.h @@ -26,6 +26,9 @@ ** ****************************************************************************/ +#ifndef MOCKSURFACE_H +#define MOCKSURFACE_H + #include #include "qwayland-server-wayland.h" @@ -69,3 +72,5 @@ private: }; } + +#endif // MOCKSURFACE_H