common: add missing tuple include

This commit is contained in:
Eric Wasylishen 2017-02-11 11:56:35 -07:00
parent b54f893942
commit b33cb75bb3
1 changed files with 2 additions and 0 deletions

View File

@ -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>