summaryrefslogtreecommitdiff
path: root/src/common.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-06-15 23:20:00 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-07-22 22:08:54 +0200
commitcb17c3035bbd80bd8ea6718bae4c57cfb2555653 (patch)
treef454181a2f58071f5f2ba4408e7e179838ed3fb4 /src/common.hh
parentface8e0a7d5f530ee3e5e63ab1e3d6ecd497326b (diff)
Initial monitor GUI
Basic monitor functionality, GTK-3.0 and QT5 backends
Diffstat (limited to 'src/common.hh')
-rw-r--r--src/common.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.hh b/src/common.hh
index 95abcaa..53045a9 100644
--- a/src/common.hh
+++ b/src/common.hh
@@ -13,6 +13,6 @@
# define UNUSED(x) /* x ## _unused */
#endif
-#include <cassert>
+#include <assert.h>
#endif // COMMON_HH