Skip to content

Commit

Permalink
Fixed include; checked identation using astyle.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-pascal authored and nirvn committed Oct 26, 2019
1 parent dd2ee64 commit 7f728ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server/qgis_map_serv.cpp
Expand Up @@ -26,6 +26,7 @@
#include <fcgi_stdio.h>
#include <cstdlib>

#include <QFontDatabase>
#include <QString>

int fcgi_accept()
Expand Down Expand Up @@ -71,7 +72,7 @@ int main( int argc, char *argv[] )
// When using FCGI with IIS, environment variables (QT_QPA_FONTDIR in this case) are lost after fcgi_accept().
QFontDatabase fontDB;
#endif

// Starts FCGI loop
while ( fcgi_accept() >= 0 )
{
Expand Down

0 comments on commit 7f728ba

Please sign in to comment.