Index: testing/embedder_test.h |
diff --git a/testing/embedder_test.h b/testing/embedder_test.h |
index ea93131749f297c9574a6bdfc3ab8649b8079f00..559322c39078f7ab3f44360cf80f72a06b04e2fa 100644 |
--- a/testing/embedder_test.h |
+++ b/testing/embedder_test.h |
@@ -13,6 +13,7 @@ |
#include "../fpdfsdk/include/fpdfformfill.h" |
#include "../fpdfsdk/include/fpdfview.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "testing/gmock/include/gmock/gmock.h" |
Lei Zhang
2015/02/26 01:13:42
Is this needed in the header?
Tom Sepez
2015/02/27 18:39:20
Moved to .cpp file.
|
#include "v8/include/v8.h" |
class TestLoader; |