Commit 7a62db97 by Ian Lance Taylor

compiler: include "go-system.h" in escape.cc

    
    Patch from Rainer Orth.
    
    Reviewed-on: https://go-review.googlesource.com/25466

From-SVN: r239140
parent b9dc9ef6
4ba387176e8a826dd5dd6cad4caa2f93434d0b14 ca5b64137f013e3104fd74ee7d07ba556a501187
The first line of this file holds the git revision number of the last The first line of this file holds the git revision number of the last
merge done from the gofrontend repository. merge done from the gofrontend repository.
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
#include "go-system.h"
#include <limits> #include <limits>
#include <stack> #include <stack>
#include <sstream> #include <sstream>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment