Merge pull request #11 from patrickelectric/fix_clang

blackparser: Add missing include
This commit is contained in:
Petra Baranski 2018-10-25 08:48:53 +02:00 committed by GitHub
commit a19845cdb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
// -----------------------------------------------------------------------------
#include <functional>
#include <sstream>
#include <string>
// -----------------------------------------------------------------------------