commit | 021f2d116a0a1aeee56afb7445b5381f5002b88a | [log] [tgz] |
---|---|---|
author | Yong Li <yong.b.li@linux.intel.com> | Wed Sep 26 16:09:22 2018 +0800 |
committer | Yong Li <yong.b.li@linux.intel.com> | Fri Oct 05 11:04:24 2018 +0000 |
tree | 604c90e3d501f2dfbdcf12ec830d7f4c8e9ef3a0 | |
parent | edb8bb069b5a5406dd06a6ef38251372ea988f5c [diff] |
Fix compile error with g++ 7.3 Get the below error message when compiling with g++ 7.3: selutility.hpp:131:6: error: 'chrono' in namespace 'std' does not name a type Change the include order to fix this issue Change-Id: Ieaac302dd2e411a71736cbbe3f92431e30f3f5ea Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.