Added missing include to valueflow.h

This commit is contained in:
PKEuS 2015-10-07 14:42:10 +02:00
parent f1bbcfe32d
commit 2e510c8733
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
//---------------------------------------------------------------------------
#include <string>
#include "config.h"
class Token;
class TokenList;