summaryrefslogtreecommitdiff
path: root/libs/pbd/property.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/property.cc')
-rw-r--r--libs/pbd/property.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/pbd/property.cc b/libs/pbd/property.cc
index 83bcf0fa2d..58e81c056b 100644
--- a/libs/pbd/property.cc
+++ b/libs/pbd/property.cc
@@ -17,6 +17,8 @@
*/
+#include <stdint.h>
+
#include "pbd/properties.h"
#include "pbd/error.h"
@@ -25,7 +27,7 @@
using namespace PBD;
PropertyChange
-new_change ()
+PBD::new_change ()
{
static uint64_t change_bit = 1;