Skip to content

Commit

Permalink
Windows|Fixed: Build failure (system header conflict)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 5, 2013
1 parent 801e7d6 commit 7eeffac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doomsday/client/src/settingsregister.cpp
Expand Up @@ -16,7 +16,10 @@
* http://www.gnu.org/licenses</small>
*/

#include "de_platform.h"
#include "con_main.h"
#include "settingsregister.h"

#include <QMap>
#include <QList>

Expand All @@ -25,7 +28,6 @@
#include <de/Process>
#include <de/RecordValue>
#include <de/NumberValue>
#include "con_main.h"

using namespace de;

Expand Down

0 comments on commit 7eeffac

Please sign in to comment.