From bcb05e5eea5f66625d4684586603eebb1b5f9e0c Mon Sep 17 00:00:00 2001 From: Martin Felis Date: Fri, 16 Oct 2020 15:03:25 +0200 Subject: [PATCH] Include glad/gl.h before everything else when running clang-format --- src/vissim.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/vissim.cc b/src/vissim.cc index 37a826d..83ae8f0 100644 --- a/src/vissim.cc +++ b/src/vissim.cc @@ -1,7 +1,11 @@ +// clang-format off +// glad must be included before any other OpenGL libraries +#include +// clang-format on + #include #include #include -#include #include #include