[Positioner] Point3D: add missing <vector> include

This commit is contained in:
Matteo Cypriani 2016-11-03 12:55:56 -04:00
parent 44dcf42180
commit a77ee05239
1 changed files with 3 additions and 2 deletions

View File

@ -19,9 +19,10 @@ class Timestamp ;
#include "posutil.hh"
#include <string>
#include <ostream>
#include <cmath>
#include <ostream>
#include <string>
#include <vector>
/// Represents a point of the 3-D space
class Point3D