We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d46a3 commit 3e1e4e6Copy full SHA for 3e1e4e6
src/Externals/cximage/ximajpg.cpp
@@ -281,6 +281,12 @@ bool CxImageJPG::Decode(CxFile * hFile)
281
#endif //CXIMAGE_SUPPORT_DECODE
282
////////////////////////////////////////////////////////////////////////////////
283
#if CXIMAGE_SUPPORT_ENCODE
284
+
285
+#ifdef DEBUG
286
+#include "xrCore/FTimer.h"
287
+#include "xrCore/log.h"
288
+#endif
289
290
291
bool CxImageJPG::Encode(CxFile * hFile)
292
{
0 commit comments