included stdlib.h to fix exit() dependency

This commit is contained in:
Paolo Cignoni 2009-05-18 10:04:03 +00:00
parent f8cb7fc554
commit 4a7e777eac
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <QtCore/QVariant>
#include "qgetopt.h"
#include <stdlib.h>
#include <iostream>
using namespace std;