diff options
Diffstat (limited to 'testing/unit_test_main.cpp')
-rw-r--r-- | testing/unit_test_main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/unit_test_main.cpp b/testing/unit_test_main.cpp index 8d8755e617..92dceefdb6 100644 --- a/testing/unit_test_main.cpp +++ b/testing/unit_test_main.cpp @@ -10,10 +10,10 @@ #include "testing/gtest/include/gtest/gtest.h" #include "testing/test_support.h" -#if PDF_ENABLE_V8 +#ifdef PDF_ENABLE_V8 #include "v8/include/v8-platform.h" #include "v8/include/v8.h" -#endif +#endif // PDF_ENABLE_V8 #if PDF_ENABLE_XFA #include "core/fxge/cfx_fontmgr.h" |