diff options
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js index 01c6d29cb..482f7a3ca 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -1,4 +1,4 @@ -// Copyright (c) 2020, Compiler Explorer Authors +// Copyright (c) 2020, 2021, Compiler Explorer Authors // All rights reserved. // // Redistribution and use in source and binary forms, with or without @@ -71,6 +71,7 @@ export { SwiftCompiler } from './swift'; export { TenDRACompiler } from './tendra'; export { Win32Compiler } from './win32'; export { Win32VcCompiler } from './win32-vc'; +export { Win32Vc6Compiler } from './win32-vc6'; export { WineVcCompiler } from './wine-vc'; export { WslVcCompiler } from './wsl-vc'; export { ZigCompiler } from './zig'; |