diff options
author | deva <deva> | 2009-02-11 07:14:22 +0000 |
---|---|---|
committer | deva <deva> | 2009-02-11 07:14:22 +0000 |
commit | 4df8884f155f7558c07949426c248e066df7936f (patch) | |
tree | 61030bad443e366b8fb0e097200693ab56df01c4 /server/src/database.h | |
parent | bbe2b5f899a9c1bd7c99181f8702ec03c60f3028 (diff) |
Added QueryHandler for both Pentominos and Pracro. Added source string to all values, and use these to set the prefill value in the macros.
Diffstat (limited to 'server/src/database.h')
-rw-r--r-- | server/src/database.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/database.h b/server/src/database.h index 85d4cc4..a5bed81 100644 --- a/server/src/database.h +++ b/server/src/database.h @@ -32,6 +32,7 @@ #include "pracrodao.h" #include "transaction.h" #include "template.h" + #include "debug.h" class Database { |