From 7f25b3f086caceca423abcf8595d203cff2cb0a0 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 11 Sep 2010 00:38:49 +0000 Subject: [PATCH] moved constants header --- geometry/Rot3.cpp | 1 + geometry/Rot3.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/geometry/Rot3.cpp b/geometry/Rot3.cpp index 075be911f..72766621e 100644 --- a/geometry/Rot3.cpp +++ b/geometry/Rot3.cpp @@ -6,6 +6,7 @@ * @author Frank Dellaert */ +#include #include #include diff --git a/geometry/Rot3.h b/geometry/Rot3.h index 30203638a..2510ce23e 100644 --- a/geometry/Rot3.h +++ b/geometry/Rot3.h @@ -10,7 +10,6 @@ #pragma once -#include #include #include #include