Add missing #include
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 30 Jun 2020 05:07:36 +0000 (22:07 -0700)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 30 Jun 2020 05:08:20 +0000 (22:08 -0700)
commit11cd9770174603aa62deabbe96c7d0db64d07058
treee07946fe2dcb80a805e7d2cf8a12ea6ef878c505
parentbb162dfe252a1abc15af411d8ba51dda63af306c
Add missing #include

A forward declaration was insufficient here - since Regex needs to be
complete for the implicit dtor to be compiled correctly. (that, or the
dtor would have to be made explicit and out of line)
clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h