diff --git a/COMPILE.md b/COMPILE.md index b50cfa3..f12e93f 100644 --- a/COMPILE.md +++ b/COMPILE.md @@ -29,7 +29,7 @@ Please note if your final program or dynamic library is provided for end user, p ### stb -You should clone stb repository first, then switch to a specific commit hash `5736b15f7ea0ffb08dd38af21067c314d6a3aae9`. In ideally scenario, people like to choose the latest commit. However, I not frequently update this dependency. +You should clone stb repository first, then switch to a specific commit hash `2e2bef463a5b53ddf8bb788e25da6b8506314c08`. In ideally scenario, people like to choose the latest commit. However, I not frequently update this dependency. ### zlib diff --git a/LibCmo/VTImage.cpp b/LibCmo/VTImage.cpp index 2bb1273..990fc14 100644 --- a/LibCmo/VTImage.cpp +++ b/LibCmo/VTImage.cpp @@ -10,4 +10,4 @@ #define STB_IMAGE_WRITE_IMPLEMENTATION #include #define STB_IMAGE_RESIZE_IMPLEMENTATION -#include +#include diff --git a/LibCmo/VxMath/VxMath.cpp b/LibCmo/VxMath/VxMath.cpp index 3bb655d..c822e80 100644 --- a/LibCmo/VxMath/VxMath.cpp +++ b/LibCmo/VxMath/VxMath.cpp @@ -1,6 +1,6 @@ #include "VxMath.hpp" #include -#include +#include namespace LibCmo::VxMath {