Fix a build break in the latest yocto tree

This commit fixes below build break:
| ..../build/tmp/work/armv7ahf-vfpv4d16-openbmc-linux-gnueabi/peci-pcie/0.1+gitAUTOINC+d570dfd4f3-r0/git/include/pciDeviceClass.hpp:23:45: error: 'string' is not a member of 'std'
|    23 | static boost::container::flat_map<int, std::string> pciDeviceClasses{
|       |                                             ^~~~~~

Tested: The error was not observed in the latest yocto build.

Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
Change-Id: Iee47cc1164ccab151792d3ae7c9628e9ceb61623
1 file changed
tree: c2a7cb9ac8994f7f41597be70f74933778b3064d
  1. include/
  2. service_files/
  3. src/
  4. utils/
  5. .clang-format
  6. CMakeLists.txt
  7. LICENSE
  8. MAINTAINERS
  9. README.md
README.md

peci-pcie

The peci-pcie application uses the CPU PECI interface to get PCIe Device information for the system and shares it on D-Bus. The information from D-Bus is used by bmcweb to populate the PCIe Device resources in Redfish.