win: Fix compilation

This commit is contained in:
Alexander Kojevnikov 2012-08-27 21:03:31 -07:00
parent 57839f49f9
commit dd98cb22a4

View File

@ -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"