Skip to content

Commit

Permalink
GCC|Clang: Fixed build
Browse files Browse the repository at this point in the history
C++ STL headers must not be included from inside namespaces.
  • Loading branch information
skyjake committed Aug 9, 2012
1 parent d3ab9a0 commit c0648b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/engine/portable/include/resource/texture.h
Expand Up @@ -51,10 +51,11 @@ typedef enum {
#endif

#ifdef __cplusplus
namespace de {

#include <list>

namespace de {

/**
* Texture
*
Expand Down

0 comments on commit c0648b5

Please sign in to comment.