diff --git a/src/common/socket.cpp b/src/common/socket.cpp index 603736e1a2..6e41b0e4c3 100644 --- a/src/common/socket.cpp +++ b/src/common/socket.cpp @@ -31,7 +31,7 @@ #include "wx/defs.h" #include "wx/object.h" #include "wx/string.h" -#include "wx/stopwatch.h" +#include "wx/timer.h" #include "wx/utils.h" #include "wx/module.h" #include "wx/log.h" diff --git a/src/unix/threadpsx.cpp b/src/unix/threadpsx.cpp index ebb4af682f..ac55f84a1f 100644 --- a/src/unix/threadpsx.cpp +++ b/src/unix/threadpsx.cpp @@ -36,7 +36,7 @@ #include "wx/log.h" #include "wx/intl.h" #include "wx/dynarray.h" -#include "wx/stopwatch.h" +#include "wx/timer.h" #include #include