#ifndef OPENSCAD_QHASH_H_ #define OPENSCAD_QHASH_H_ #include #include extern uint qHash(const std::string &); #include #endif