Skip to content

Commit

Permalink
Gui: Add missing include to PCH
Browse files Browse the repository at this point in the history
  • Loading branch information
chennes committed Jul 16, 2024
1 parent e186ae9 commit 0278bd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Gui/PreCompiled.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
#include <xercesc/util/TranscodingException.hpp>
#include <xercesc/util/XMLString.hpp>

// Qt/OpenGL
#include <QOpenGLFramebufferObjectFormat>

// Keep this order to avoid compiler warnings
#include "QtAll.h"
#include "InventorAll.h"
Expand Down

0 comments on commit 0278bd8

Please sign in to comment.