Skip to content

Commit

Permalink
Fix build when panda is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Jan 23, 2025
1 parent d266803 commit ab04513
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#include <visp3/ar/vpPanda3DFrameworkManager.h>

#if defined(VISP_HAVE_PANDA3D)

#include "load_prc_file.h"
void vpPanda3DFrameworkManager::initFramework()
{
Expand Down Expand Up @@ -55,3 +58,5 @@ void vpPanda3DFrameworkManager::enableAllRenderers()
}
}
}

#endif

0 comments on commit ab04513

Please sign in to comment.