From b7c0293598d45f052a41c3ed6580d98801280cd7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Mar 2016 12:29:50 +0200 Subject: Implement compiler guessing, including icc and msvc --- build2/cxx/compile.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/cxx/compile.cxx') diff --git a/build2/cxx/compile.cxx b/build2/cxx/compile.cxx index 89c5fc4..e8cbb99 100644 --- a/build2/cxx/compile.cxx +++ b/build2/cxx/compile.cxx @@ -22,8 +22,9 @@ #include #include -#include #include +#include + using namespace std; using namespace butl; -- cgit v1.1