summaryrefslogtreecommitdiff
path: root/public/include/TXMPMeta.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'public/include/TXMPMeta.hpp')
-rw-r--r--public/include/TXMPMeta.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/public/include/TXMPMeta.hpp b/public/include/TXMPMeta.hpp
index 57aa62a..5a3e576 100644
--- a/public/include/TXMPMeta.hpp
+++ b/public/include/TXMPMeta.hpp
@@ -5,6 +5,11 @@
#error "Do not directly include, use XMP.hpp"
#endif
+#include "XMPCore/XMPCoreDefines.h"
+#if ENABLE_CPP_DOM_MODEL
+ #include "XMPCore/XMPCoreFwdDeclarations.h"
+#endif
+
// =================================================================================================
// ADOBE SYSTEMS INCORPORATED
// Copyright 2002 Adobe Systems Incorporated
@@ -1725,7 +1730,7 @@ public:
// --------------------------------------------------------------------------------------------
/// @brief ResetErrorCallbackLimit() resets the error notification limit and counting. It has no
- /// effect if an error notification callback function is not registered.
+ /// effect if an error notification callback function is not registered.
///
/// @param limit A limit on the number of notifications to be delivered.