aboutsummaryrefslogtreecommitdiff
path: root/EnumType.cpp
diff options
context:
space:
mode:
authorTimur Iskhakov <iskhakovt@google.com>2017-09-06 11:42:10 -0700
committerTimur Iskhakov <iskhakovt@google.com>2017-09-06 18:46:47 +0000
commite8ee6a005bee05611c9ac6b4d29850a191152021 (patch)
tree331adb07902e06541f343c069f856b74aa4d2047 /EnumType.cpp
parent7f7e6b86841db66bd3bb0d3fad953656cdf40a1a (diff)
downloadhidl-e8ee6a005bee05611c9ac6b4d29850a191152021.tar.gz
Adds missing '#include <iostream>' to a few files.
Removes '#include <iostream>' from Location.h which leads to necessity to add missing imports. Test: mma Change-Id: I1b562ce1a08b7612c55f7eb62e41ca54d3292f80
Diffstat (limited to 'EnumType.cpp')
-rw-r--r--EnumType.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/EnumType.cpp b/EnumType.cpp
index 6b48e190..6abc835c 100644
--- a/EnumType.cpp
+++ b/EnumType.cpp
@@ -18,6 +18,7 @@
#include <hidl-util/Formatter.h>
#include <inttypes.h>
+#include <iostream>
#include <unordered_map>
#include "Annotation.h"