common: add missing tuple include
This commit is contained in:
parent
b54f893942
commit
b33cb75bb3
|
|
@ -21,6 +21,8 @@
|
|||
#include <common/mathlib.hh>
|
||||
#include <assert.h>
|
||||
|
||||
#include <tuple>
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
#include <glm/ext.hpp>
|
||||
#include <glm/gtx/closest_point.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue