Include <vector> in basics types.hh

This commit is contained in:
Eryn Wells 2014-08-08 17:38:05 -07:00
parent 32b52ace93
commit 064ee2e4f1

View file

@ -9,6 +9,9 @@
#ifndef __BASICS_TYPES_HH__
#define __BASICS_TYPES_HH__
#include <vector>
typedef double Double;
typedef unsigned int uint;