ErrorLogger: Make sure Token class is known

This commit is contained in:
Daniel Marjamäki 2013-05-07 18:18:15 +02:00
parent bca751b9f4
commit 67979f00be
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "path.h"
#include "cppcheck.h"
#include "tokenlist.h"
#include "token.h"
#include <cassert>
#include <sstream>