Fix minor issues in tests
authorJochen Sprickerhof <git@jochen.sprickerhof.de>
Mon, 5 Aug 2024 07:20:13 +0000 (09:20 +0200)
committerJochen Sprickerhof <git@jochen.sprickerhof.de>
Mon, 5 Aug 2024 07:20:19 +0000 (09:20 +0200)
Closes: #1077412
debian/patches/0004-Fix-minor-issues-in-tests.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/0004-Fix-minor-issues-in-tests.patch b/debian/patches/0004-Fix-minor-issues-in-tests.patch
new file mode 100644 (file)
index 0000000..02fe56d
--- /dev/null
@@ -0,0 +1,33 @@
+From: Markus Vieth <mvieth@techfak.uni-bielefeld.de>
+Date: Tue, 9 Apr 2024 21:00:36 +0200
+Subject: Fix minor issues in tests
+
+---
+ test/geometry/test_mesh_common_functions.h | 1 +
+ test/io/test_io.cpp                        | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/test/geometry/test_mesh_common_functions.h b/test/geometry/test_mesh_common_functions.h
+index 5f3d42f..0579b99 100644
+--- a/test/geometry/test_mesh_common_functions.h
++++ b/test/geometry/test_mesh_common_functions.h
+@@ -40,6 +40,7 @@
+ #pragma once
++#include <iomanip> // for setw
+ #include <iostream>
+ #include <vector>
+diff --git a/test/io/test_io.cpp b/test/io/test_io.cpp
+index 53438b2..be2f83c 100644
+--- a/test/io/test_io.cpp
++++ b/test/io/test_io.cpp
+@@ -49,6 +49,7 @@
+ #include <pcl/io/ascii_io.h>
+ #include <pcl/io/obj_io.h>
+ #include <fstream>
++#include <iomanip> // for setprecision
+ #include <locale>
+ #include <stdexcept>
index 31deddb3e2a60ef31af5ec2e41ef48f16db539ef..9a27db05e0d28992301c18492eaf3decc720ac9d 100644 (file)
@@ -1,3 +1,4 @@
 0001-Fix-PCL_ROOT-path.patch
 0003-Use-newly-build-libs-when-testing.patch
 0004-Work-around-test-failing-on-i386.patch
+0004-Fix-minor-issues-in-tests.patch