summaryrefslogtreecommitdiffstats
path: root/src/common/util/Atom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/util/Atom.h')
-rw-r--r--src/common/util/Atom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util/Atom.h b/src/common/util/Atom.h
index 6cb001e1..f28b9339 100644
--- a/src/common/util/Atom.h
+++ b/src/common/util/Atom.h
@@ -17,9 +17,9 @@
#ifndef ATOM_H
#define ATOM_H
+#include <cstdlib>
#include <cassert>
#include <cstring>
-#include <lo/lo.h>
/** An OSC atom (fundamental data types OSC messages are composed of).