Skip to content

Commit

Permalink
fix test compile issue
Browse files Browse the repository at this point in the history
Signed-off-by: liuming24 <[email protected]>
  • Loading branch information
liuming24 committed Nov 15, 2024
1 parent 1b6d374 commit 5be7d88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/shared_memory/SharedMemory.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
extern "C"
{
#include <c/util/time.c>
}

#include <gtest/gtest.h>
#include <uxr/client/client.h>

Expand Down

0 comments on commit 5be7d88

Please sign in to comment.