diff options
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js index ba13a2b57..d7c034966 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -36,6 +36,7 @@ export {ClangCudaCompiler} from './clang'; export {ClangHipCompiler} from './clang'; export {ClangIntelCompiler} from './clang'; export {CleanCompiler} from './clean'; +export {CppFrontCompiler} from './cppfront'; export {CprocCompiler} from './cproc'; export {CLSPVCompiler} from './clspv'; export {CrystalCompiler} from './crystal'; |