mirror of
https://github.com/alexkay/spek.git
synced 2025-05-31 23:59:19 +03:00
win: Fix compilation
This commit is contained in:
parent
57839f49f9
commit
dd98cb22a4
@ -16,8 +16,6 @@
|
||||
* along with Spek. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#include <wx/aboutdlg.h>
|
||||
#include <wx/artprov.h>
|
||||
#include <wx/dnd.h>
|
||||
@ -25,6 +23,9 @@
|
||||
#include <wx/protocol/http.h>
|
||||
#include <wx/sstream.h>
|
||||
|
||||
// WX on WIN doesn't like it when pthread.h is included first.
|
||||
#include <pthread.h>
|
||||
|
||||
#include "spek-preferences-dialog.hh"
|
||||
#include "spek-preferences.hh"
|
||||
#include "spek-spectrogram.hh"
|
||||
|
Loading…
x
Reference in New Issue
Block a user