summaryrefslogtreecommitdiffstats
path: root/sbe/hwpf
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2015-10-14 09:20:47 -0500
committerGregory S. Still <stillgs@us.ibm.com>2015-12-07 06:57:35 -0600
commit96658ed12b4187865f353248916101e1aaf814f8 (patch)
treeea27d0547ae483c1a597a5f866b086c16f2aa8ae /sbe/hwpf
parentfe19e38abc02ef157a2bcbf0bd49b48a6fe2ea3b (diff)
downloadtalos-sbe-96658ed12b4187865f353248916101e1aaf814f8.tar.gz
talos-sbe-96658ed12b4187865f353248916101e1aaf814f8.zip
c++ stl algorithm and iterator support
Change-Id: I170e3bb96651dfedc77a273d2d14a11c4dd002ad Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21159 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'sbe/hwpf')
-rw-r--r--sbe/hwpf/include/fapi2_hw_access.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbe/hwpf/include/fapi2_hw_access.H b/sbe/hwpf/include/fapi2_hw_access.H
index fca775b1..7ce2af37 100644
--- a/sbe/hwpf/include/fapi2_hw_access.H
+++ b/sbe/hwpf/include/fapi2_hw_access.H
@@ -37,11 +37,11 @@ typedef uint64_t spyId_t;
#endif
#include <stdint.h>
-#include <thread>
#include <buffer.H>
-// variable_buffer isn't supported on PPE
+// thread/variable_buffer isn't supported on PPE
#ifndef __PPE__
+#include <thread>
#include <variable_buffer.H>
#endif
OpenPOWER on IntegriCloud