/*
 * Copyright (C) 2020-2021 Aloysius Indrayanto
 *
 * This file is part of the eCxx library, see LICENSE file for the license details.
 */

/*
 * This is a special header file for compatibility with the C++ STL and Arduino library part
 */


#ifndef ECXX_PLATFORM_NODEMCU_LIBCPPCOMPAT_INITIALIZER_LIST_H
#define ECXX_PLATFORM_NODEMCU_LIBCPPCOMPAT_INITIALIZER_LIST_H


//
// Include the eCxx header file
//
#include <eCxx/CTL/InitializerList.h>


#endif
