mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
6a49fa15fa
PR: 193042 Submitted by: Ports Fury
11 lines
259 B
C++
11 lines
259 B
C++
--- modules/submit-postgres/PGDownloadContext.hpp.orig
|
|
+++ modules/submit-postgres/PGDownloadContext.hpp
|
|
@@ -30,6 +30,7 @@
|
|
#ifndef HAVE_PGDOWNLOADCONTEXT_HPP
|
|
#define HAVE_PGDOWNLOADCONTEXT_HPP
|
|
|
|
+#include <cstring>
|
|
#include <string>
|
|
#include <stdint.h>
|
|
|