From 87ba6c1597f92547991068d1ac274d114d08470e Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 24 Sep 2009 12:56:11 +0000 Subject: [PATCH] Fix ARToolKit compile issues --- panda/src/grutil/arToolKit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/grutil/arToolKit.cxx b/panda/src/grutil/arToolKit.cxx index a061a4fe2f..c1addc06ee 100644 --- a/panda/src/grutil/arToolKit.cxx +++ b/panda/src/grutil/arToolKit.cxx @@ -23,7 +23,7 @@ #include "compose_matrix.h" #include "config_grutil.h" extern "C" { - #include "artools.h" + #include "AR/ar.h" }; ARToolKit::PatternTable ARToolKit::_pattern_table;