Skip to content

Commit

Permalink
Merge pull request #26 from equal-l2/fix-wxprintf
Browse files Browse the repository at this point in the history
SortTest: add a header for wxPrintf
  • Loading branch information
bingmann authored Oct 12, 2022
2 parents 2a894ed + 29d98f8 commit 5cfcaf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SortTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
******************************************************************************/

#include <wx/app.h>
#include <wx/stopwatch.h>
#include <wx/cmdline.h>
#include <wx/stopwatch.h>
#include <wx/wxcrtvararg.h>

#include "SortArray.h"
#include "SortAlgo.h"
Expand Down

0 comments on commit 5cfcaf7

Please sign in to comment.