// Copyright © 2022 Olo Inc. All rights reserved.
// This software is made available under the Olo Pay SDK License (See LICENSE.md file)

// Workaround for missing Folly coroutine headers
#ifndef FOLLY_CORO_COROUTINE_H
#define FOLLY_CORO_COROUTINE_H

// Define an empty header to prevent the include error
#undef FOLLY_HAS_COROUTINES
#define FOLLY_HAS_COROUTINES 0

#endif
