Fix minor issues in tests
authorMarkus Vieth <mvieth@techfak.uni-bielefeld.de>
Tue, 9 Apr 2024 19:00:36 +0000 (21:00 +0200)
committerJochen Sprickerhof <jspricke@debian.org>
Mon, 5 Aug 2024 07:21:00 +0000 (09:21 +0200)
Gbp-Pq: Name 0004-Fix-minor-issues-in-tests.patch

test/geometry/test_mesh_common_functions.h
test/io/test_io.cpp

index 5f3d42f5f2b189ebbf2d043b1c8c9fde9e0852ad..0579b99e63d688e32aa6360ceae1d951ce5faa84 100644 (file)
@@ -40,6 +40,7 @@
 
 #pragma once
 
+#include <iomanip> // for setw
 #include <iostream>
 #include <vector>
 
index 53438b2e92f7d54f1eba7eddaddfa5c16f320e9a..be2f83c07affaf2f705e26946c93a20cc43c5ffa 100644 (file)
@@ -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>