Integrated SLAPrint into background processing.

Fixed couple of compiler warnings.
This commit is contained in:
bubnikv 2018-11-08 20:18:40 +01:00
parent 811404d97a
commit bbfbe88a5f
24 changed files with 283 additions and 89 deletions

View file

@ -87,6 +87,11 @@
#include <tbb/parallel_for.h>
#include <tbb/spin_mutex.h>
#ifdef _MSC_VER
// avoid some "macro redefinition" warnings
#include <urlmon.h>
#endif /* _MSC_VER */
#include <wx/app.h>
#include <wx/bitmap.h>
#include <wx/bmpbuttn.h>