// Copyright 2011 Google Inc. All Rights Reserved. | |
#ifndef ART_SRC_CLASS_UNORDERED_SET_H_ | |
#define ART_SRC_CLASS_UNORDERED_SET_H_ | |
#ifdef __ANDROID__ | |
#include <unordered_set> | |
#else | |
#include <tr1/unordered_set> | |
#endif | |
#endif // ART_SRC_CLASS_UNORDERED_SET_H_ |