Fix the compilation warning related to include implementations
Signed-off-by: Omar Shrit <omar@shrit.me>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -173,5 +173,6 @@ inline bool SaveImage(const std::string& filename,
|
||||
|
||||
// Include implementation.
|
||||
#include "save_impl.hpp"
|
||||
#include "save_image.hpp"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user