]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/engine/cwd.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / tools / build / src / engine / cwd.h
index 39a66f843ca9755c480522dbd41301792ad37e9f..c81bd69bab911c4ef82523fcdd577bd559df1532 100644 (file)
 #include "config.h"
 #include "object.h"
 
+#include <string>
+
 
 /* cwd() - returns the current working folder */
 OBJECT * cwd( void );
+namespace b2
+{
+    const std::string & cwd_str();
+}
 
 /* cwd_init() - initialize the cwd module functionality
  *