add include-header to use EXIT_FAILURE
This commit is contained in:
parent
c73506009b
commit
aa85866bc0
|
@ -21,6 +21,7 @@
|
|||
#include <fstream>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#include <stdlib.h> // EXIT_FAILURE
|
||||
#include "cppcheck.h"
|
||||
#include "timer.h"
|
||||
#include "settings.h"
|
||||
|
|
Loading…
Reference in New Issue