aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/GMBench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/GMBench.h')
-rw-r--r--bench/GMBench.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bench/GMBench.h b/bench/GMBench.h
index 75cee6c063..e224052827 100644
--- a/bench/GMBench.h
+++ b/bench/GMBench.h
@@ -4,6 +4,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+#ifndef GMBench_DEFINED
+#define GMBench_DEFINED
#include "Benchmark.h"
#include "SkCanvas.h"
@@ -29,3 +31,5 @@ private:
SkString fName;
typedef Benchmark INHERITED;
};
+
+#endif