add include-header to use EXIT_FAILURE

This commit is contained in:
seb777 2011-05-02 19:56:35 +02:00
parent c73506009b
commit aa85866bc0
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <fstream>
#include <string>
#include <cstring>
#include <stdlib.h> // EXIT_FAILURE
#include "cppcheck.h"
#include "timer.h"
#include "settings.h"