From 2e510c873332465b5a22f1233446817d0bddaf9c Mon Sep 17 00:00:00 2001 From: PKEuS Date: Wed, 7 Oct 2015 14:42:10 +0200 Subject: [PATCH] Added missing include to valueflow.h --- lib/valueflow.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/valueflow.h b/lib/valueflow.h index c61110bee..5940a9cd7 100644 --- a/lib/valueflow.h +++ b/lib/valueflow.h @@ -22,6 +22,7 @@ //--------------------------------------------------------------------------- #include +#include "config.h" class Token; class TokenList;