Index: bench/GMBench.h |
diff --git a/bench/GMBench.h b/bench/GMBench.h |
index 75cee6c0639261f3b0e6e549cf7af9d07dda6409..e2240528278ad588497663a1121a449858766d44 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 |