scan.h: add missing include
commit26430a4199342c269cd379e0bab0b5ee96a7971e
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 5 Jun 2017 17:08:07 +0000 (5 19:08 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 6 Jun 2017 06:28:18 +0000 (6 08:28 +0200)
treef5ac3c2d6a342f4c2e5a7342257de2164702b13c
parentdf09fa296fa2dadb69551d35b408ad43c19dab2a
scan.h: add missing include

The include was missing from 644c457 (update for replacement of StmtRange by
iterator_range, Fri Dec 11 16:16:57 2015 +0100), but it only became a problem
in 4cb06c8 (support inlining of non-outermost call expressions,
Thu Mar 2 18:37:43 2017 +0100) because it introduced the inlined_calls.cc file,
which includes scan.h, but not config.h, while all other files that
include scan.h also include config.h.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
scan.h