| commit | 78d0379dcc777b4bc4965cff0c2b3fc44ccaef56 | [log] [tgz] |
|---|---|---|
| author | mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Sep 10 19:42:07 2013 +0000 |
| committer | mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Sep 10 19:42:07 2013 +0000 |
| tree | 821741e602a3370f7d47b8ce7f6cc371345562b3 | |
| parent | c289743864e2ab926a95e617a5cd1d29b26d1825 [diff] [blame] |
Add missing dependency to unbreak NOGPU build. BUG= Review URL: https://codereview.chromium.org/23527004 git-svn-id: http://skia.googlecode.com/svn/trunk@11188 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench/benchmain.cpp b/bench/benchmain.cpp index 289d5cb..44bc0da 100644 --- a/bench/benchmain.cpp +++ b/bench/benchmain.cpp
@@ -21,6 +21,7 @@ #include "SkBenchmark.h" #include "SkBitmapDevice.h" #include "SkCanvas.h" +#include "SkColorPriv.h" #include "SkCommandLineFlags.h" #include "SkDeferredCanvas.h" #include "SkGraphics.h"