diff options
Diffstat (limited to 'src/pedro/pedroxmpp.cpp')
| -rw-r--r-- | src/pedro/pedroxmpp.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pedro/pedroxmpp.cpp b/src/pedro/pedroxmpp.cpp index bed99004f..72a0cb832 100644 --- a/src/pedro/pedroxmpp.cpp +++ b/src/pedro/pedroxmpp.cpp @@ -22,7 +22,8 @@ */ -#include <stdio.h> +#include <algorithm> +#include <cstdio> #include <stdarg.h> #include <stdlib.h> |
