Fix the compilation warning related to include implementations

Signed-off-by: Omar Shrit <omar@shrit.me>
This commit is contained in:
Omar Shrit
2022-04-27 17:45:32 -04:00
committed by Ryan Curtin
parent c1d3833ff1
commit 85a53b486f
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -301,5 +301,7 @@ inline bool LoadImage(const std::string& filename,
#include "load_vec_impl.hpp"
// Include implementation of Load() for images.
#include "load_image_impl.hpp"
// Include implementation of Load() for images.
#include "load_image.hpp"
#endif
+1
View File
@@ -173,5 +173,6 @@ inline bool SaveImage(const std::string& filename,
// Include implementation.
#include "save_impl.hpp"
#include "save_image.hpp"
#endif