add the missing #pragma once
parent
f8be2c2626
commit
78a579a24a
|
|
@ -5,6 +5,8 @@
|
||||||
* Created on: Dec 28, 2009
|
* Created on: Dec 28, 2009
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "GaussianFactorGraph.h"
|
#include "GaussianFactorGraph.h"
|
||||||
#include "iterative.h"
|
#include "iterative.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
* Created on: Dec 28, 2009
|
* Created on: Dec 28, 2009
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "Matrix.h"
|
#include "Matrix.h"
|
||||||
|
|
||||||
namespace gtsam {
|
namespace gtsam {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue