diff options
Diffstat (limited to 'src/bufstr.h')
-rw-r--r-- | src/bufstr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bufstr.h b/src/bufstr.h index 635b4cf..427b012 100644 --- a/src/bufstr.h +++ b/src/bufstr.h @@ -18,6 +18,10 @@ #ifndef _BUFSTR_H #define _BUFSTR_H +#include <qglobal.h> +#include <qcstring.h> +#include <stdlib.h> + /*! @brief Buffer used to store strings * * This buffer is used append characters and strings. It will automatically |