Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-lidar committed Aug 1, 2024
1 parent 39d1750 commit e627917
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ouster_client/src/lidar_scan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "ouster/types.h"

#ifndef M_PI
#define M_PI 3.14159265358979323846
#define M_PI 3.14159265358979323846
#endif

using namespace ouster::strings;
Expand Down
1 change: 1 addition & 0 deletions ouster_osf/src/compat_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <direct.h>
#include <fcntl.h>
#include <io.h>
#include <share.h>
#include <shlwapi.h>
#include <tchar.h>
#include <windows.h>
Expand Down
2 changes: 1 addition & 1 deletion ouster_viz/src/camera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "ouster/point_viz.h"

#ifndef M_PI
#define M_PI 3.14159265358979323846
#define M_PI 3.14159265358979323846
#endif

namespace ouster {
Expand Down
2 changes: 1 addition & 1 deletion ouster_viz/src/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "ouster/point_viz.h"

#ifndef M_PI
#define M_PI 3.14159265358979323846
#define M_PI 3.14159265358979323846
#endif

namespace ouster {
Expand Down

0 comments on commit e627917

Please sign in to comment.