Browse Source

Add missing transitive includes.

Discovered with _LIBCPP_REMOVE_TRANSITIVE_INCLUDES.
pull/690/head
Vladimír Vondruš 3 months ago
parent
commit
b4d621c957
  1. 1
      src/Magnum/GL/Test/ContextGLTest.cpp
  2. 1
      src/Magnum/Platform/EmscriptenApplication.cpp

1
src/Magnum/GL/Test/ContextGLTest.cpp

@ -38,6 +38,7 @@
#include "Magnum/Platform/GLContext.h" #include "Magnum/Platform/GLContext.h"
#ifndef CORRADE_TARGET_EMSCRIPTEN #ifndef CORRADE_TARGET_EMSCRIPTEN
#include <functional> /* std::ref() */
#include <thread> #include <thread>
#endif #endif

1
src/Magnum/Platform/EmscriptenApplication.cpp

@ -29,6 +29,7 @@
#include "EmscriptenApplication.h" #include "EmscriptenApplication.h"
#include <algorithm> /* std::lower_bound() */
#include <emscripten/emscripten.h> #include <emscripten/emscripten.h>
#include <emscripten/html5.h> #include <emscripten/html5.h>
#include <Corrade/Containers/ArrayView.h> #include <Corrade/Containers/ArrayView.h>

Loading…
Cancel
Save