Fix Haiku build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23853 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-02-03 19:42:40 +00:00
parent 6a4bb556c1
commit fb3fcd8754
2 changed files with 3 additions and 0 deletions

View File

@ -16,9 +16,11 @@
#include <Application.h>
#include <Beep.h>
#include <DataIO.h>
#include <File.h>
#include <NodeInfo.h>
#include <Path.h>
#include <String.h>
const uint32 kMsgCheckSolved = 'chks';

View File

@ -9,6 +9,7 @@
#include <View.h>
#include <ObjectList.h>
class BDataIO;
class SudokuField;
struct entry_ref;