Fix compiling on VC++ after previous commit

This commit is contained in:
Reijo Tomperi 2011-10-09 21:14:44 +03:00
parent e87628b72f
commit 1c9ae6937c
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#include <iostream>
#include <cstdlib> // EXIT_SUCCESS and EXIT_FAILURE
#include <cstring>
#include <algorithm>
#include "cmdlineparser.h"
#include "filelister.h"
#include "path.h"

View File

@ -23,6 +23,8 @@
#include "settings.h"
#include <ctime>
#include <vector>
#include <list>
#include <string>
class CppCheck;