Navigation Menu

Skip to content

Commit

Permalink
Fix getenv call build error
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed May 15, 2014
1 parent e697c76 commit bf3a0ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mapserver/qgsserverlogger.cpp
Expand Up @@ -21,6 +21,8 @@
#include <QTextStream>
#include <QTime>

#include <cstdlib>

QgsServerLogger* QgsServerLogger::mInstance = 0;

QgsServerLogger* QgsServerLogger::instance()
Expand Down

0 comments on commit bf3a0ee

Please sign in to comment.