aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-db
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-db')
-rw-r--r--tools/llvm-db/CLIDebugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-db/CLIDebugger.h b/tools/llvm-db/CLIDebugger.h
index 99045592ed..0595b3deba 100644
--- a/tools/llvm-db/CLIDebugger.h
+++ b/tools/llvm-db/CLIDebugger.h
@@ -21,7 +21,7 @@
namespace llvm {
class CLICommand;
class SourceFile;
- class SourceLanguage;
+ struct SourceLanguage;
class ProgramInfo;
class RuntimeInfo;
class LLVMContext;