#include #ifndef DRIZZLED_TMP_TABLE_H #define DRIZZLED_TMP_TABLE_H class TmpTable { TmpTable() {} /* Remove gcc warning */ public: }; #endif /* DRIZZLED_TMP_TABLE_H */