Make it compile with clang 15
diff --git a/poppler/PSOutputDev.cc b/poppler/PSOutputDev.cc
index 76a5c02..a93c66c 100644
--- a/poppler/PSOutputDev.cc
+++ b/poppler/PSOutputDev.cc
@@ -917,6 +917,9 @@
 {
     Ref fontID;
     std::vector<int> codeToGID; // code-to-GID mapping for TrueType fonts
+
+    // TODO Remove when we decide that not compiling with clang 15 (macos 14) is acceptable
+    PSFont8Info(Ref id, std::vector<int> &&ctg) : fontID(id), codeToGID(std::move(ctg)) { }
 };
 
 // Encoding info for substitute 16-bit font