summaryrefslogtreecommitdiff
path: root/solenv/gcc-wrappers/gcc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/gcc-wrappers/gcc.cxx')
-rw-r--r--solenv/gcc-wrappers/gcc.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gcc-wrappers/gcc.cxx b/solenv/gcc-wrappers/gcc.cxx
index 8accb8216a11..a51d64ff39fa 100644
--- a/solenv/gcc-wrappers/gcc.cxx
+++ b/solenv/gcc-wrappers/gcc.cxx
@@ -9,6 +9,8 @@
#include "wrapper.hxx"
+using namespace std;
+
int main(int argc, char* argv[])
{
vector<string> rawargs(argv + 1, argv + argc);