diff options
Diffstat (limited to 'src/shared/Database/MySQLDelayThread.h')
-rw-r--r-- | src/shared/Database/MySQLDelayThread.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/Database/MySQLDelayThread.h b/src/shared/Database/MySQLDelayThread.h index f8dba08bddc..fcebe3fbd35 100644 --- a/src/shared/Database/MySQLDelayThread.h +++ b/src/shared/Database/MySQLDelayThread.h @@ -17,9 +17,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #ifndef __MYSQLDELAYTHREAD_H #define __MYSQLDELAYTHREAD_H + #include "Database/SqlDelayThread.h" + class MySQLDelayThread : public SqlDelayThread { public: |