Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "3rdparty"]
path = 3rdparty
url = git@github.com:Puara/3rdparty.git
url = https://github.com/Puara/3rdparty
2 changes: 1 addition & 1 deletion 3rdparty
Submodule 3rdparty updated 1 files
+1 −1 .gitmodules
4 changes: 4 additions & 0 deletions include/puara/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
#include <cmath>
#include <chrono>

#ifndef M_PI
#define M_PI 3.141592653589793238462643383279502984
#endif

namespace puara_gestures::utils
{

Expand Down
Loading