diff options
-rw-r--r-- | include/llvm/InlineAsm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/InlineAsm.h b/include/llvm/InlineAsm.h index a35825d44a..f80ddc0b13 100644 --- a/include/llvm/InlineAsm.h +++ b/include/llvm/InlineAsm.h @@ -19,7 +19,7 @@ namespace llvm { -class AssemblyAnnotationWriter; +struct AssemblyAnnotationWriter; class PointerType; class FunctionType; class Module; |