Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ba63dcd

Browse files
committed
Put back string instead of string.h in libpq++.
1 parent 54fd5f6 commit ba63dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/libpq++/pgenv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifndef PGENV_H
1919
#define PGENV_H
2020

21-
#include <string.h>
21+
#include <string>
2222

2323
#ifdef __sun__
2424
#ifndef __GNUC__

0 commit comments

Comments
 (0)