summaryrefslogtreecommitdiffstats
path: root/runtime/jdwp/object_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/jdwp/object_registry.h')
-rw-r--r--runtime/jdwp/object_registry.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/jdwp/object_registry.h b/runtime/jdwp/object_registry.h
index d0ea59d..345f0ad 100644
--- a/runtime/jdwp/object_registry.h
+++ b/runtime/jdwp/object_registry.h
@@ -14,6 +14,9 @@
* limitations under the License.
*/
+#ifndef ART_RUNTIME_JDWP_OBJECT_REGISTRY_H_
+#define ART_RUNTIME_JDWP_OBJECT_REGISTRY_H_
+
#include <stdint.h>
#include <map>
@@ -98,3 +101,5 @@ class ObjectRegistry {
};
} // namespace art
+
+#endif // ART_RUNTIME_JDWP_OBJECT_REGISTRY_H_