Add string header to fix build error in Visual Studio 2019 #26

Merged
UnaNancyOwen merged 1 commits from fix_vs2019 into master 2020-02-06 15:33:34 +01:00
UnaNancyOwen commented 2020-01-27 05:57:10 +01:00 (Migrated from github.com)

This pull-request will fix build error in Visual Studio 2019 (16.4.3) by add include string header to these files.

> Livox-SDK\sample_cc\hub\lds_hub.h(81,41): error C2065: 'string': undeclared identifier
> Livox-SDK\sample_cc\lidar\lds_lidar.h(83,43): error C2065: 'string': undeclared identifier
> Livox-SDK\sample_cc\lidar_utc_sync\lds_lidar.h(60,43): error C2065: 'string': undeclared identifier
> Livox-SDK\sample_cc\lidar_utc_sync\synchro.cpp(66,39): error C2065: 'string': undeclared identifier
This pull-request will fix build error in Visual Studio 2019 (16.4.3) by add include string header to these files. ``` > Livox-SDK\sample_cc\hub\lds_hub.h(81,41): error C2065: 'string': undeclared identifier > Livox-SDK\sample_cc\lidar\lds_lidar.h(83,43): error C2065: 'string': undeclared identifier > Livox-SDK\sample_cc\lidar_utc_sync\lds_lidar.h(60,43): error C2065: 'string': undeclared identifier > Livox-SDK\sample_cc\lidar_utc_sync\synchro.cpp(66,39): error C2065: 'string': undeclared identifier ```
This repo is archived. You cannot comment on pull requests.