uint*_tをuint_fast*_tに変更
[cuda.git] / libutils / ImageIO.h
index c859b3d..65e50d4 100644 (file)
@@ -26,7 +26,7 @@
 
 namespace FM7b5
 {
-       Image<std::uint8_t> loadPGM(const std::string& filename);
+       Image<std::uint_fast8_t> loadPGM(const std::string& filename);
 
        template <typename T>
        void savePGM(const Image<T>& image, const std::string& filename);
@@ -74,4 +74,4 @@ namespace FM7b5
        }
 }
 
-#endif /* FM7b5_IMAGE_IO_H */
\ No newline at end of file
+#endif /* FM7b5_IMAGE_IO_H */