Skip to content

Commit

Permalink
GCC: Attempting to fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 5, 2016
1 parent 09b82bb commit 8f8f00a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doomsday/sdk/libcore/src/version.cpp
Expand Up @@ -22,6 +22,11 @@
#include "de/Version"
#include <QStringList>

#ifdef __GNUC__
# undef major
# undef minor
#endif

namespace de {

Version::Version()
Expand Down

0 comments on commit 8f8f00a

Please sign in to comment.