From 383077e0da01e55abe0e998e7294545ac7337aa1 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 22 Jul 2014 21:53:28 +0200 Subject: [PATCH] Minor MSVC build fix. --- sc/cmdline.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sc/cmdline.cpp b/sc/cmdline.cpp index 71d9928b2..232cbfeec 100644 --- a/sc/cmdline.cpp +++ b/sc/cmdline.cpp @@ -1,4 +1,5 @@ #include +#include #include #include #include