Skip to content

Commit

Permalink
map/sector.cpp and render/lumobj.cpp depend on QListIterator
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 15, 2013
1 parent 90646dd commit aa0081a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/client/src/map/sector.cpp
Expand Up @@ -22,6 +22,7 @@
#include "map/bspleaf.h"
#include "map/linedef.h"
#include <de/Log>
#include <QListIterator>
#include <QtAlgorithms>

#include "map/sector.h"
Expand Down
1 change: 1 addition & 0 deletions doomsday/client/src/render/lumobj.cpp
Expand Up @@ -35,6 +35,7 @@
#include "MaterialSnapshot"
#include "MaterialVariantSpec"
#include "Texture"
#include <QListIterator>

using namespace de;

Expand Down

0 comments on commit aa0081a

Please sign in to comment.