diff options
author | David Robillard <d@drobilla.net> | 2009-07-07 16:36:26 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-07-07 16:36:26 +0000 |
commit | 6871f333687f14af438172914d33b8423dd0c90d (patch) | |
tree | 52cc903ec27195da8817432a7f144497654bc445 /raul/Atom.hpp | |
parent | 1077044814e4899654eb88d20e8dbe0f455dc1f3 (diff) | |
download | raul-6871f333687f14af438172914d33b8423dd0c90d.tar.gz raul-6871f333687f14af438172914d33b8423dd0c90d.tar.bz2 raul-6871f333687f14af438172914d33b8423dd0c90d.zip |
Fix compilation issues.
Display dyn manifest configuration status in summary.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2160 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/Atom.hpp')
-rw-r--r-- | raul/Atom.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/Atom.hpp b/raul/Atom.hpp index 07b2c30..4dc28e2 100644 --- a/raul/Atom.hpp +++ b/raul/Atom.hpp @@ -18,6 +18,7 @@ #ifndef RAUL_ATOM_HPP #define RAUL_ATOM_HPP +#include <stdint.h> #include <cstdlib> #include <cassert> #include <cstring> |