Skip to content
Snippets Groups Projects
Commit 8c651687 authored by Marek Trtik's avatar Marek Trtik
Browse files

Fixed building on Linux.

parent 6dfdf5fb
No related branches found
No related tags found
No related merge requests found
#include <osi/run.hpp> #include <osi/run.hpp>
#include <osi/simulator.hpp> #include <osi/simulator.hpp>
#include <utils/assumptions.hpp> #include <utils/assumptions.hpp>
#include <utils/config.hpp>
#include <SDL2/SDL.h> #include <SDL2/SDL.h>
#include <glad/glad.h> #include <glad/glad.h>
#include <imgui.h> #include <imgui.h>
#include <imgui_impl_sdl.h> #if PLATFORM() == PLATFORM_WINDOWS()
# include <imgui_impl_sdl.h>
#else
# include <imgui_impl_sdl2.h>
#endif
#include <imgui_impl_opengl3.h> #include <imgui_impl_opengl3.h>
#include <chrono> #include <chrono>
#include <algorithm> #include <algorithm>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment