Merge pull request #17 from mschmoelzer/master
Include unistd.h in svgview.cpp (required for getcwd() function)
This commit is contained in:
commit
d90ef1e143
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
#include <QGraphicsWebView>
|
||||
#include <QPaintEvent>
|
||||
#include <qmath.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifndef QT_NO_OPENGL
|
||||
#include <QGLWidget>
|
||||
|
|
Loading…
Add table
Reference in a new issue