summaryrefslogtreecommitdiff
path: root/lib/Support/DataStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/DataStream.cpp')
-rw-r--r--lib/Support/DataStream.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/DataStream.cpp b/lib/Support/DataStream.cpp
index 830bd8adb9..0d8a800d70 100644
--- a/lib/Support/DataStream.cpp
+++ b/lib/Support/DataStream.cpp
@@ -28,6 +28,7 @@
#include <io.h>
#endif
using namespace llvm;
+using std::error_code;
#define DEBUG_TYPE "Data-stream"