summaryrefslogtreecommitdiff
path: root/testing/test_support.cpp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-06-22 00:05:12 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-06-22 14:54:59 +0000
commit9a25eded6f4afe3f4815a00b34b31d3a0fbadb69 (patch)
tree95d992cfd4f204f9ebafdaa2030f047d13b0fc3f /testing/test_support.cpp
parente17011dc1f5d046dc60c3347b89c0aad7d674dff (diff)
downloadpdfium-9a25eded6f4afe3f4815a00b34b31d3a0fbadb69.tar.xz
Clean up includes in testing/test_support.h
Change-Id: Id558c36d10501ce488717045bbf00bfed32e4b92 Reviewed-on: https://pdfium-review.googlesource.com/6870 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'testing/test_support.cpp')
-rw-r--r--testing/test_support.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/test_support.cpp b/testing/test_support.cpp
index 608e4ae75b..681a7baca3 100644
--- a/testing/test_support.cpp
+++ b/testing/test_support.cpp
@@ -7,13 +7,13 @@
#include <stdio.h>
#include <string.h>
-#include <string>
-
+#include "core/fdrm/crypto/fx_crypt.h"
#include "core/fxcrt/fx_memory.h"
#include "testing/utils/path_service.h"
#ifdef PDF_ENABLE_V8
#include "v8/include/libplatform/libplatform.h"
+#include "v8/include/v8.h"
#endif
namespace {