epiqc / ScaffCC

Compilation, analysis and optimization framework for the Scaffold quantum programming language.
BSD 2-Clause "Simplified" License
188 stars 53 forks source link

Fix build break. #21

Closed ryanxw closed 6 years ago

ryanxw commented 6 years ago

For gcc 5, need to include cstddef header file to prevent the build error. /usr/include/c++/5/cstddef:50:11: error: ‘::max_align_t’ has not been declared