summaryrefslogtreecommitdiffstats
path: root/sw/inc/pam.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/pam.hxx')
-rw-r--r--sw/inc/pam.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/pam.hxx b/sw/inc/pam.hxx
index bfe7214bc332..31e1008abbc6 100644
--- a/sw/inc/pam.hxx
+++ b/sw/inc/pam.hxx
@@ -20,7 +20,7 @@
#define _PAM_HXX
#include <stddef.h> ///< For MemPool.
-#include <tools/gen.hxx>
+#include <sal/types.h>
#include <tools/mempool.hxx>
#include <cshtyp.hxx> ///< For function definitions.
#include <ring.hxx> ///< Super class.
@@ -35,6 +35,7 @@ class SwDoc;
class SwNode;
class SwCntntNode;
class SwPaM;
+class Point;
namespace com { namespace sun { namespace star { namespace util {
struct SearchOptions;