Fixed Types.h include

This commit is contained in:
Bart Trzynadlowski 2016-04-04 03:43:55 +00:00
parent a202d8adc3
commit 1d4f5c871d

View file

@ -1,7 +1,7 @@
#ifndef _MODEL_H_ #ifndef _MODEL_H_
#define _MODEL_H_ #define _MODEL_H_
#include "types.h" #include "Types.h"
#include <vector> #include <vector>
#include <unordered_map> #include <unordered_map>
#include <map> #include <map>