Include <vector> in basics types.hh
This commit is contained in:
parent
32b52ace93
commit
064ee2e4f1
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
#ifndef __BASICS_TYPES_HH__
|
||||
#define __BASICS_TYPES_HH__
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
||||
typedef double Double;
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue