Commit 7d5b0d01 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch 'release'

parents 3bc22a95 bcf92f45
......@@ -969,8 +969,8 @@ class Scope(object):
else:
return outer.is_cpp()
def add_include_file(self, filename):
self.outer_scope.add_include_file(filename)
def add_include_file(self, filename, verbatim_include=None, late=False):
self.outer_scope.add_include_file(filename, verbatim_include, late)
class PreImportScope(Scope):
......
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