Unbreak using abs_path.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56407 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer
index 960d24f..3a2f0f2 100755
--- a/utils/ccc-analyzer
+++ b/utils/ccc-analyzer
@@ -14,7 +14,7 @@
 
 use strict;
 use warnings;
-use Cwd;
+use Cwd qw/ getcwd abs_path /;
 use File::Temp qw/ tempfile /;
 use File::Path qw / mkpath /;