mirror of
https://github.com/postgres/postgres.git
synced 2025-07-23 03:21:12 +03:00
Put back string instead of string.h in libpq++.
This commit is contained in:
@ -18,7 +18,7 @@
|
|||||||
#ifndef PGENV_H
|
#ifndef PGENV_H
|
||||||
#define PGENV_H
|
#define PGENV_H
|
||||||
|
|
||||||
#include <string.h>
|
#include <string>
|
||||||
|
|
||||||
#ifdef __sun__
|
#ifdef __sun__
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
|
Reference in New Issue
Block a user