included stdlib.h to fix exit() dependency
This commit is contained in:
parent
f8cb7fc554
commit
4a7e777eac
|
@ -2,6 +2,7 @@
|
|||
#include <QtCore/QVariant>
|
||||
#include "qgetopt.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
|
|
Loading…
Reference in New Issue