File: gcc12_compile_fix.patch

package info (click to toggle)
psi4 1%3A1.3.2%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 240,612 kB
  • sloc: cpp: 409,770; python: 209,065; perl: 4,330; makefile: 394; sh: 160; csh: 4
file content (21 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 3ed26f7bbb6751ca7c51841b8fd0629aae30aad0 Mon Sep 17 00:00:00 2001
From: "Lori A. Burns" <lori.burns@gmail.com>
Date: Fri, 10 Jun 2022 19:14:39 -0400
Subject: [PATCH] plugins missing a header for c-f compilers?

---
 psi4/src/create_new_plugin.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/psi4/src/create_new_plugin.cc b/psi4/src/create_new_plugin.cc
index 61dbd10ccdc..00402f08982 100644
--- a/psi4/src/create_new_plugin.cc
+++ b/psi4/src/create_new_plugin.cc
@@ -31,6 +31,7 @@
 #include <ostream>
 #include <regex>
 #include <sstream>
+#include <iterator>
 #include <string>
 
 #include "psi4/psi4-dec.h"