mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
10 lines
259 B
C++
10 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>
|
|
|