Skip to content

Commit

Permalink
SortTest: add a header for wxPrintf
Browse files Browse the repository at this point in the history
  • Loading branch information
equal-l2 committed Oct 12, 2022
1 parent 2a894ed commit 29d98f8
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 29d98f8

Please sign in to comment.