Skip to content

Commit

Permalink
remove merge tag in render set, add missing include directive
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Aug 28, 2024
1 parent d32922e commit cc1b82c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion modules/ar/src/panda3d-simulator/vpPanda3DRendererSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,4 @@ void vpPanda3DRendererSet::enableSharedDepthBuffer(vpPanda3DBaseRenderer &source
// Work around to avoid warning: libvisp_ar.a(vpPanda3DRendererSet.cpp.o) has no symbols
void dummy_vpPanda3DRendererSet() { };

>>>>>>> upstream/master
#endif
1 change: 1 addition & 0 deletions modules/tracker/me/src/moving-edges/vpMeSite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <cmath> // std::fabs
#include <limits> // numeric_limits
#include <stdlib.h>
#include <map>
#include <visp3/core/vpTrackingException.h>
#include <visp3/me/vpMe.h>
#include <visp3/me/vpMeSite.h>
Expand Down

0 comments on commit cc1b82c

Please sign in to comment.