summaryrefslogtreecommitdiffstats
path: root/runtime/leb128.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/leb128.h')
-rw-r--r--runtime/leb128.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/leb128.h b/runtime/leb128.h
index 2e27b8e..14683d4 100644
--- a/runtime/leb128.h
+++ b/runtime/leb128.h
@@ -17,8 +17,11 @@
#ifndef ART_RUNTIME_LEB128_H_
#define ART_RUNTIME_LEB128_H_
+#include <vector>
+
+#include "base/bit_utils.h"
+#include "base/logging.h"
#include "globals.h"
-#include "utils.h"
namespace art {