commit | 66ec80e01b5616e58cd102885ff8358116901c43 | [log] [tgz] |
---|---|---|
author | John Kessenich <cepheus@frii.com> | Fri Aug 05 14:04:23 2016 -0600 |
committer | John Kessenich <cepheus@frii.com> | Fri Aug 05 14:04:23 2016 -0600 |
tree | db144689d2bc23d600360126c76c81161798ca50 | |
parent | 9f9bad09b4f2bb8dc3653643b3e0ff244b4358b5 [diff] [blame] |
Build: C++ headers: Replace PR #366 with a more directed version.
diff --git a/SPIRV/SpvBuilder.cpp b/SPIRV/SpvBuilder.cpp index 1411d16..f2af3b5 100644 --- a/SPIRV/SpvBuilder.cpp +++ b/SPIRV/SpvBuilder.cpp
@@ -38,8 +38,8 @@ // SpvBuilder.h. // -#include <assert.h> -#include <stdlib.h> +#include <cassert> +#include <cstdlib> #include <unordered_set> #include <algorithm>