diff options
Diffstat (limited to 'xfa')
-rw-r--r-- | xfa/fxfa/app/DEPS | 3 | ||||
-rw-r--r-- | xfa/fxfa/app/xfa_checksum.cpp | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/xfa/fxfa/app/DEPS b/xfa/fxfa/app/DEPS new file mode 100644 index 0000000000..a0d113f3cf --- /dev/null +++ b/xfa/fxfa/app/DEPS @@ -0,0 +1,3 @@ +include_rules = [ + '+core/fdrm/crypto/include', +] diff --git a/xfa/fxfa/app/xfa_checksum.cpp b/xfa/fxfa/app/xfa_checksum.cpp index 1639c0d2f6..b9a7b50be7 100644 --- a/xfa/fxfa/app/xfa_checksum.cpp +++ b/xfa/fxfa/app/xfa_checksum.cpp @@ -6,7 +6,7 @@ #include "xfa/fxfa/app/xfa_checksum.h" -#include "core/include/fdrm/fx_crypt.h" +#include "core/fdrm/crypto/include/fx_crypt.h" #include "xfa/fgas/crt/fgas_algorithm.h" CXFA_SAXReaderHandler::CXFA_SAXReaderHandler(CXFA_ChecksumContext* pContext) |