From 678dc0c7807d4fa9ca515596bc5d475338c7148a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Feb 2018 10:51:09 +0200 Subject: Add few missing headers --- libstd-modules/buildfile | 4 +++- libstd-modules/std-core.mxx | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libstd-modules/buildfile b/libstd-modules/buildfile index ce661cc..5e198c3 100644 --- a/libstd-modules/buildfile +++ b/libstd-modules/buildfile @@ -15,6 +15,8 @@ else # should we have used headers (i.e., whatever object code generated from # those headers would have ended up in each executable/library). # + # @@ TODO: it should become a module interface-only library. + # ./: liba{std-modules} # Building of the modules gets rather compiler-specific. @@ -57,7 +59,7 @@ else # @@ Doesn't work if installed so we don't bother installing it. But we # still install dummy std-modules; the idea is to link a dummy and - # (try) to use Microsoft-shipped .ifc's. + # (try) to use Microsoft-shipped .ifc's? # $dir/liba{std}: install = false diff --git a/libstd-modules/std-core.mxx b/libstd-modules/std-core.mxx index d723320..08c8508 100644 --- a/libstd-modules/std-core.mxx +++ b/libstd-modules/std-core.mxx @@ -79,6 +79,8 @@ export #include #include #include +#include +#include #include } @@ -86,6 +88,7 @@ export export { #include +#include #include #include -- cgit v1.1