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

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

From-SVN: r239140
This commit is contained in:
Ian Lance Taylor 2016-08-04 16:23:09 +00:00
parent b9dc9ef63f
commit 7a62db9787
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
4ba387176e8a826dd5dd6cad4caa2f93434d0b14
ca5b64137f013e3104fd74ee7d07ba556a501187
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.

View file

@ -4,6 +4,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
#include "go-system.h"
#include <limits>
#include <stack>
#include <sstream>