Loading

Paste #p71oqjutl

  1. $  gvim CorsixTH/Src/th_gfx.cpp
  2.  
  3. $  make                        
  4. Scanning dependencies of target CorsixTH
  5. [  3%] Building CXX object CorsixTH/CMakeFiles/CorsixTH.dir/Src/th_gfx.cpp.o
  6. Linking CXX executable CorsixTH
  7. [100%] Built target CorsixTH
  8.  
  9. $  git diff
  10. diff --git a/CorsixTH/Src/th_gfx.cpp b/CorsixTH/Src/th_gfx.cpp
  11. index 2f54f49..615327c 100644
  12. --- a/CorsixTH/Src/th_gfx.cpp
  13. +++ b/CorsixTH/Src/th_gfx.cpp
  14. @@ -30,7 +30,6 @@ SOFTWARE.
  15.  #include <memory.h>
  16.  #include <limits.h>
  17.  #include <cassert>
  18. -#include <cstdint>
  19.  
  20.  /** Data retrieval class, simulating sequential access to the data, keeping track of available length. */
  21.  class Input

Comments