-rw-r--r-- | noncore/games/backgammon/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/games/backgammon/main.cpp b/noncore/games/backgammon/main.cpp index 67e4a5b..15d7a6c 100644 --- a/noncore/games/backgammon/main.cpp +++ b/noncore/games/backgammon/main.cpp | |||
@@ -1,7 +1,8 @@ | |||
1 | #include "backgammon.h" | 1 | #include "backgammon.h" |
2 | 2 | ||
3 | #include <opie2/oapplicationfactory.h> | 3 | #include <opie2/oapplicationfactory.h> |
4 | 4 | ||
5 | using namespace Opie::Core; | ||
5 | OPIE_EXPORT_APP( OApplicationFactory<BackGammon> ) | 6 | OPIE_EXPORT_APP( OApplicationFactory<BackGammon> ) |
6 | 7 | ||
7 | 8 | ||