aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/clang.js
diff options
context:
space:
mode:
authorPatrick Quist <partouf@gmail.com>2022-04-30 17:46:05 +0200
committerGitHub <noreply@github.com>2022-04-30 17:46:05 +0200
commit2f56da5f926f7e639b74a184937bd72941b06e8e (patch)
treeba18f5105a9bc96d2f5b3f459d06f423fe838953 /lib/compilers/clang.js
parentfa9a3bb411b70e21b783a2d24038cbe1bfea2d55 (diff)
downloadcompiler-explorer-2f56da5f926f7e639b74a184937bd72941b06e8e.tar.gz
compiler-explorer-2f56da5f926f7e639b74a184937bd72941b06e8e.zip
lintfixgh-2730
Diffstat (limited to 'lib/compilers/clang.js')
-rw-r--r--lib/compilers/clang.js1
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';