summaryrefslogtreecommitdiffstats
path: root/src/util/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/format.h')
-rw-r--r--src/util/format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/format.h b/src/util/format.h
index d2fe2d0ef..61e004857 100644
--- a/src/util/format.h
+++ b/src/util/format.h
@@ -12,7 +12,7 @@
#ifndef SEEN_INKSCAPE_UTIL_FORMAT_H
#define SEEN_INKSCAPE_UTIL_FORMAT_H
-#include <stdarg.h>
+#include <cstdarg>
#include <glib.h>
#include "util/share.h"