Fix missing includes
This commit is contained in:
parent
40324d6db9
commit
d250becf43
2 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
#include <psemek/geom/matrix.hpp>
|
||||
#include <psemek/geom/box.hpp>
|
||||
|
||||
#include <array>
|
||||
|
||||
namespace psemek::geom
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
#include <psemek/util/at_scope_exit.hpp>
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
namespace psemek::gfx
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue