// Copyright 2023 Filipe Coelho <falktx@falktx.com>
// SPDX-License-Identifier: 0BSD OR ISC

#pragma once
#include_next <thread>

#if __GNUC__ < 12
#include "mingw.thread.h"
#endif
