Merge pull request #11 from patrickelectric/fix_clang

blackparser: Add missing include
Tento commit je obsažen v:
Petra Baranski 2018-10-25 08:48:53 +02:00 odevzdal GitHub
revize a19845cdb5
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23

Zobrazit soubor

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