Missing forward declaration.

This commit is contained in:
chriseth 2017-09-28 15:24:01 +02:00 committed by Alex Beregszaszi
parent 1f97c1ea8f
commit 114983e079

View File

@ -57,6 +57,7 @@ class UserDefinedTypeName;
class FunctionTypeName;
class Mapping;
class ArrayTypeName;
class InlineAssembly;
class Statement;
class Block;
class PlaceholderStatement;