mirror of
https://github.com/postgres/postgres.git
synced 2026-04-27 17:16:43 -04:00
Add .h to string include.
This commit is contained in:
parent
52ca2ab268
commit
ba0abfdecc
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
#ifndef PGENV_H
|
||||
#define PGENV_H
|
||||
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue