diff options
Diffstat (limited to 'fxbarcode/common/BC_CommonByteArray.cpp')
-rw-r--r-- | fxbarcode/common/BC_CommonByteArray.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fxbarcode/common/BC_CommonByteArray.cpp b/fxbarcode/common/BC_CommonByteArray.cpp index 80ae07d1ad..d66568c596 100644 --- a/fxbarcode/common/BC_CommonByteArray.cpp +++ b/fxbarcode/common/BC_CommonByteArray.cpp @@ -19,10 +19,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#include "fxbarcode/common/BC_CommonByteArray.h" #include <algorithm> -#include "fxbarcode/common/BC_CommonByteArray.h" +#include "core/fxcrt/fx_memory.h" CBC_CommonByteArray::CBC_CommonByteArray() { m_bytes = nullptr; |