summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/x11/atomic_count.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/x11/atomic_count.h b/client/x11/atomic_count.h
index f48c667d..db20ad9e 100644
--- a/client/x11/atomic_count.h
+++ b/client/x11/atomic_count.h
@@ -18,6 +18,8 @@
#ifndef _H_ATOMIC_COUNT
#define _H_ATOMIC_COUNT
+#include <stdint.h>
+
class AtomicCount {
public:
AtomicCount(uint32_t count = 0) : _count (count) {}