Skip to content

Commit 4241203

Browse files
Use windows_compat.h
1 parent 433dcc9 commit 4241203

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/rviz/default_plugin/marker_utils.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@
4444
#include <rviz/properties/status_list.h>
4545
#include <rviz/validate_quaternions.h>
4646
#include <rviz/validate_floats.h>
47+
#include <rviz/windows_compat.h>
4748

48-
#ifdef DELETE
49-
#undef DELETE
50-
#endif
5149

5250
namespace rviz
5351
{

0 commit comments

Comments
 (0)