Skip to content

Commit

Permalink
Fixed|libdeng2|Unix: Missing C header include
Browse files Browse the repository at this point in the history
The StringPool debug code has not been updated to C++...
  • Loading branch information
skyjake committed Nov 9, 2012
1 parent 180ab67 commit c3ce747
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/libdeng2/src/data/stringpool.cpp
Expand Up @@ -29,6 +29,9 @@
#include <list>
#include <set>
#include <algorithm>
#ifdef _DEBUG
# include <stdio.h> /// @todo should use C++
#endif

/// Macro used for converting internal ids to externally visible Ids.
#define EXPORT_ID(i) (uint(i) + 1)
Expand Down

0 comments on commit c3ce747

Please sign in to comment.