Skip to content

Commit

Permalink
Make sure gl headers aren't included before glew
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Dec 30, 2024
1 parent 1bd2b9e commit bd6d9b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion avogadro/qtplugins/overlayaxes/overlayaxes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@

#include "overlayaxes.h"

#include <avogadro/qtopengl/glwidget.h>
#include <avogadro/rendering/avogadrogl.h>
#include <avogadro/rendering/camera.h>
#include <avogadro/rendering/geometrynode.h>
#include <avogadro/rendering/groupnode.h>
#include <avogadro/rendering/meshgeometry.h>
#include <avogadro/rendering/scene.h>

#include <avogadro/qtopengl/glwidget.h>

#include <avogadro/core/array.h>
#include <avogadro/core/vector.h>

Expand Down

1 comment on commit bd6d9b6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ERROR: clang-format-diff detected formatting issues. See the artifact for a patch or run clang-format on your branch.

Please sign in to comment.