#include "a.hpp" // Include the static implementation of all STB functions. #define STB_IMAGE_STATIC #define STB_IMAGE_IMPLEMENTATION #define STB_IMAGE_WRITE_STATIC #define STB_IMAGE_WRITE_IMPLEMENTATION #ifdef MLPACK_HAS_NO_STB_DIR #include #include #else #include #include #endif void A::A() { // Do nothing, just to check if the STB library is a working version. }