diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-27 06:37:37 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-27 06:37:37 (GMT) |
commit | 13b0fe4b3f8e0367f02a982deb5be695ccd00c80 (patch) | |
tree | f834a15d8ed4d37f23882ff60a2e2c08ea4f53f2 /src/export.h | |
parent | c84b0d21842cbd09a46c80e23a2f1a3fc2a04592 (diff) |
rework Camera using boost::variant. first working --gimbalcam version
Diffstat (limited to 'src/export.h')
-rw-r--r-- | src/export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export.h b/src/export.h index 243d897..a565561 100644 --- a/src/export.h +++ b/src/export.h @@ -3,7 +3,7 @@ #include <iostream> #include "Tree.h" -#include "linalg.h" +#include "Camera.h" #ifdef ENABLE_CGAL |