From 940202226ba1913f8c4b1462da3c6cd34f36d924 Mon Sep 17 00:00:00 2001 From: Manohar Paluri Date: Fri, 26 Feb 2010 14:45:17 +0000 Subject: [PATCH] added #pragma --- cpp/projectiveGeometry.h | 2 ++ cpp/tensorInterface.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cpp/projectiveGeometry.h b/cpp/projectiveGeometry.h index 7af1aaa48..076817919 100644 --- a/cpp/projectiveGeometry.h +++ b/cpp/projectiveGeometry.h @@ -5,6 +5,8 @@ * @author: Frank Dellaert */ +#pragma once + #include #include "tensors.h" diff --git a/cpp/tensorInterface.h b/cpp/tensorInterface.h index c3d2b7018..c96adf1bf 100644 --- a/cpp/tensorInterface.h +++ b/cpp/tensorInterface.h @@ -5,6 +5,8 @@ * @author: Frank Dellaert */ +#pragma once + #include "tensors.h" #include "Matrix.h"