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

Commit ba0abfd

Browse files
committed
Add .h to string include.
1 parent 52ca2ab commit ba0abfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/libpq++/pgenv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifndef PGENV_H
1919
#define PGENV_H
2020

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

2323

2424
//

0 commit comments

Comments
 (0)