summaryrefslogtreecommitdiffstats
path: root/tests/auto/client/client/mocksurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/client/client/mocksurface.h')
-rw-r--r--tests/auto/client/client/mocksurface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/client/client/mocksurface.h b/tests/auto/client/client/mocksurface.h
index e34d6596e..5155599bb 100644
--- a/tests/auto/client/client/mocksurface.h
+++ b/tests/auto/client/client/mocksurface.h
@@ -26,6 +26,9 @@
**
****************************************************************************/
+#ifndef MOCKSURFACE_H
+#define MOCKSURFACE_H
+
#include <qglobal.h>
#include "qwayland-server-wayland.h"
@@ -69,3 +72,5 @@ private:
};
}
+
+#endif // MOCKSURFACE_H