diff options
author | Patrick Quist <partouf@gmail.com> | 2022-04-30 17:46:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-30 17:46:05 +0200 |
commit | 2f56da5f926f7e639b74a184937bd72941b06e8e (patch) | |
tree | ba18f5105a9bc96d2f5b3f459d06f423fe838953 /lib/compilers/clang.js | |
parent | fa9a3bb411b70e21b783a2d24038cbe1bfea2d55 (diff) | |
download | compiler-explorer-2f56da5f926f7e639b74a184937bd72941b06e8e.tar.gz compiler-explorer-2f56da5f926f7e639b74a184937bd72941b06e8e.zip |
lintfixgh-2730
Diffstat (limited to 'lib/compilers/clang.js')
-rw-r--r-- | lib/compilers/clang.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/clang.js b/lib/compilers/clang.js index 665ea6614..891999580 100644 --- a/lib/compilers/clang.js +++ b/lib/compilers/clang.js @@ -24,6 +24,7 @@ import fs from 'fs'; import path from 'path'; + import _ from 'underscore'; import {BaseCompiler} from '../base-compiler'; |