diff options
Diffstat (limited to 'src/string.cpp')
-rw-r--r-- | src/string.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/string.cpp b/src/string.cpp index 7ec0bec..898a89f 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -26,7 +26,8 @@ #include <compiz.h> #include <string.h> -#include <stdarg.h> +#include <cstdarg> +#include <cstdio> CompString compPrintf (const char *format, ...) { |