Skip to content

fix: include <limits> for std::numeric_limits usage - #68

Open
andrewwhitecdw wants to merge 1 commit into
NVIDIA-AI-IOT:mainfrom
andrewwhitecdw:bugfix/main-include-limits-for-std-numeric-limits
Open

fix: include <limits> for std::numeric_limits usage#68
andrewwhitecdw wants to merge 1 commit into
NVIDIA-AI-IOT:mainfrom
andrewwhitecdw:bugfix/main-include-limits-for-std-numeric-limits

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

This PR addresses the following issue in cuNDT/main.cpp: include for std::numeric_limits usage.

Changes

  • cuNDT/main.cpp: include for std::numeric_limits usage.

Details

--- a/cuNDT/main.cpp
+++ b/cuNDT/main.cpp
@@ -1,4 +1,5 @@
-#include <fstream>
-#include <chrono>
-
-#include <pcl/io/pcd_io.h>
+#include <fstream>
+#include <chrono>
+#include <limits>
+
+#include <pcl/io/pcd_io.h>

Tests

Let me know if you want tests added for this fix or not.

Signed-off-by: andrewwhitecdw <andrewwhitecdw@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant