added #pragma

release/4.3a0
Manohar Paluri 2010-02-26 14:45:17 +00:00
parent d21ff82d21
commit 940202226b
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@
* @author: Frank Dellaert
*/
#pragma once
#include <list>
#include "tensors.h"

View File

@ -5,6 +5,8 @@
* @author: Frank Dellaert
*/
#pragma once
#include "tensors.h"
#include "Matrix.h"