#ifndef _LIBCPP_SRC_INCLUDE_TZDB_TZ_PRIVATE_H
#define _LIBCPP_SRC_INCLUDE_TZDB_TZ_PRIVATE_H
#include <chrono>
#include "types_private.h"
_LIBCPP_BEGIN_NAMESPACE_STD
namespace chrono {
void __init_tzdb(tzdb& __tzdb, __tz::__rules_storage_type& __rules);
}
_LIBCPP_END_NAMESPACE_STD
#endif