Skip to content

Commit

Permalink
Compilation fix (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelatihy authored Aug 27, 2020
1 parent 7a6891d commit fd081e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/yocto_gui/yocto_opengl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "yocto_opengl.h"

#include <cassert>
#include <stdexcept>
#include <unordered_set>

#include "ext/glad/glad.h"
Expand Down
1 change: 1 addition & 0 deletions libs/yocto_gui/yocto_shade.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

#include <array>
#include <memory>
#include <stdexcept>

// -----------------------------------------------------------------------------
// USING DIRECTIVES
Expand Down

0 comments on commit fd081e8

Please sign in to comment.