Skip to content

Commit

Permalink
Make cxImage/ximajpg.cpp compilable in debug build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlin-mike authored and Xottab-DUTY committed Aug 5, 2017
1 parent 09d46a3 commit 3e1e4e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Externals/cximage/ximajpg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@ bool CxImageJPG::Decode(CxFile * hFile)
#endif //CXIMAGE_SUPPORT_DECODE
////////////////////////////////////////////////////////////////////////////////
#if CXIMAGE_SUPPORT_ENCODE

#ifdef DEBUG
#include "xrCore/FTimer.h"
#include "xrCore/log.h"
#endif

////////////////////////////////////////////////////////////////////////////////
bool CxImageJPG::Encode(CxFile * hFile)
{
Expand Down

0 comments on commit 3e1e4e6

Please sign in to comment.