summaryrefslogtreecommitdiffstats
path: root/src/dialogs/object-attributes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/object-attributes.cpp')
-rw-r--r--src/dialogs/object-attributes.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dialogs/object-attributes.cpp b/src/dialogs/object-attributes.cpp
index f23e986b1..475e8dce6 100644
--- a/src/dialogs/object-attributes.cpp
+++ b/src/dialogs/object-attributes.cpp
@@ -16,8 +16,9 @@
# include "config.h"
#endif
-#include <string.h>
#include <glibmm/i18n.h>
+#include <string>
+#include <cstring>
#include "helper/window.h"
#include "macros.h"