Skip to content

Commit

Permalink
πŸ› Fix missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Nov 27, 2023
1 parent d7c2ab4 commit cfd50e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/glpp/glpp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include <glpp/Functions/Program.h>
#include <glpp/Functions/Shader.h>
#include <glpp/Functions/Texture.h>
#include <glpp/Functions/VertexArray.h>
#include <glpp/Functions/VertexBuffer.h>
#include <glpp/MaybeError.h>
#include <glpp/UniqueHandles/UniqueBuffer.h>
#include <glpp/UniqueHandles/UniqueFramebuffer.h>
Expand Down

0 comments on commit cfd50e4

Please sign in to comment.