Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: xfa/src/fxbarcode/BC_DecoderResult.h

Issue 1722803002: Sort includes in xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Review cleanups Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.cpp ('k') | xfa/src/fxbarcode/BC_Dimension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxbarcode/BC_DecoderResult.h
diff --git a/xfa/src/fxbarcode/BC_DecoderResult.h b/xfa/src/fxbarcode/BC_DecoderResult.h
index 21d2cc0e4f7353bce5a11e6ed60539d231bf7524..fce22a741bd9c6a9a6ba2129bdf14d0be26c768e 100644
--- a/xfa/src/fxbarcode/BC_DecoderResult.h
+++ b/xfa/src/fxbarcode/BC_DecoderResult.h
@@ -7,7 +7,8 @@
#ifndef XFA_SRC_FXBARCODE_BC_DECODERRESULT_H_
#define XFA_SRC_FXBARCODE_BC_DECODERRESULT_H_
-class CBC_DecoderResult;
+#include "core/include/fxcrt/fx_basic.h"
+
class CBC_DecoderResult {
public:
CBC_DecoderResult(CFX_ByteArray* rawBytes,
« no previous file with comments | « xfa/src/fxbarcode/BC_BufferedImageLuminanceSource.cpp ('k') | xfa/src/fxbarcode/BC_Dimension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698