Integrated SLAPrint into background processing.
Fixed couple of compiler warnings.
This commit is contained in:
parent
811404d97a
commit
bbfbe88a5f
24 changed files with 283 additions and 89 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue