#ifndef IMAGE_POOL_H #define IMAGE_POOL_H #include namespace NodeBinding { class ImagePool { }; } // namespace NodeBinding #endif