msmith-techempower 10 years ago
parent
commit
d51b45ea78
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frameworks/C++/wt/setup.sh

+ 1 - 0
frameworks/C++/wt/setup.sh

@@ -2,6 +2,7 @@
 
 # This has to be included here since it is one of the vars NOT copied from the original environment
 export LD_LIBRARY_PATH="${BOOST_LIB}:${WT_LIB}:${LD_LIBRARY_PATH}"
+export CPLUS_INCLUDE_PATH=/usr/include/postgresql:/usr/include/postgresql/9.3/server:$CPLUS_INCLUDE_PATH
 
 sed -i 's|INSERT_DB_HOST_HERE|'"${DBHOST}"'|g' benchmark.cpp