Discovered with _LIBCPP_REMOVE_TRANSITIVE_INCLUDES.
@ -38,6 +38,7 @@
#include "Magnum/Platform/GLContext.h"
#ifndef CORRADE_TARGET_EMSCRIPTEN
#include <functional> /* std::ref() */
#include <thread>
#endif
@ -29,6 +29,7 @@
#include "EmscriptenApplication.h"
#include <algorithm> /* std::lower_bound() */
#include <emscripten/emscripten.h>
#include <emscripten/html5.h>
#include <Corrade/Containers/ArrayView.h>