diff options
Diffstat (limited to 'testing/test_support.cpp')
-rw-r--r-- | testing/test_support.cpp | 4 |
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 { |