mirror of
https://github.com/karma-riuk/hdr_esim.git
synced 2024-11-16 19:30:26 +01:00
Fixed compilation failing, it was the order in which the includes were
made in the opengl_renderer
This commit is contained in:
parent
ac5c3848ed
commit
30950151dd
@ -1,16 +1,37 @@
|
|||||||
#include <GLFW/glfw3.h>
|
// #include <GLFW/glfw3.h>
|
||||||
|
// #include <esim/imp_opengl_renderer/opengl_renderer.hpp>
|
||||||
|
// #include <glad/glad.h>
|
||||||
|
// #include <glm/glm.hpp>
|
||||||
|
// #include <glm/gtc/matrix_transform.hpp>
|
||||||
|
// #include <glm/gtc/type_ptr.hpp>
|
||||||
|
// #include <learnopengl/filesystem.h>
|
||||||
|
// #include <learnopengl/model.h>
|
||||||
|
// #include <learnopengl/shader.h>
|
||||||
|
// #include <opencv2/core/core.hpp>
|
||||||
|
// #include <opencv2/highgui/highgui.hpp>
|
||||||
|
// #include <opencv2/imgproc/imgproc.hpp>
|
||||||
|
|
||||||
|
// clang-format off
|
||||||
|
// apparently the order of the includes matter (??????)
|
||||||
|
// and formatting it to respect some standard makes the compilation fail :)
|
||||||
#include <esim/imp_opengl_renderer/opengl_renderer.hpp>
|
#include <esim/imp_opengl_renderer/opengl_renderer.hpp>
|
||||||
|
|
||||||
#include <glad/glad.h>
|
#include <glad/glad.h>
|
||||||
#include <glm/glm.hpp>
|
|
||||||
#include <glm/gtc/matrix_transform.hpp>
|
|
||||||
#include <glm/gtc/type_ptr.hpp>
|
|
||||||
#include <learnopengl/filesystem.h>
|
|
||||||
#include <learnopengl/model.h>
|
|
||||||
#include <learnopengl/shader.h>
|
#include <learnopengl/shader.h>
|
||||||
|
#include <learnopengl/model.h>
|
||||||
|
#include <GLFW/glfw3.h>
|
||||||
|
|
||||||
|
#include <glm/glm.hpp>
|
||||||
|
#include <glm/gtc/type_ptr.hpp>
|
||||||
|
#include <glm/gtc/matrix_transform.hpp>
|
||||||
|
|
||||||
|
#include <learnopengl/filesystem.h>
|
||||||
#include <opencv2/core/core.hpp>
|
#include <opencv2/core/core.hpp>
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include <opencv2/highgui/highgui.hpp>
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include <opencv2/imgproc/imgproc.hpp>
|
||||||
|
|
||||||
|
// clang-format on
|
||||||
|
|
||||||
namespace event_camera_simulator {
|
namespace event_camera_simulator {
|
||||||
|
|
||||||
DEFINE_string(
|
DEFINE_string(
|
||||||
|
Loading…
Reference in New Issue
Block a user