Skip to content

Commit

Permalink
Fix photonlib build
Browse files Browse the repository at this point in the history
Unit tests still broken
  • Loading branch information
mcm001 committed Oct 1, 2023
1 parent 34479ce commit 45e9734
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include "photonlib/MultiTargetPNPResult.h"

using namespace photonlib;
namespace photonlib {

Packet& operator<<(Packet& packet, const MultiTargetPnpResult& target) {
packet << target.result;
Expand Down Expand Up @@ -107,3 +107,5 @@ Packet& operator>>(Packet& packet, PNPResults& result) {

return packet;
}

} // namespace photonlib

0 comments on commit 45e9734

Please sign in to comment.