blob: 69314df04cef92ce9a04ebeafe15e22ae512068d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-include-kicad_string.h,v 1.2 2016/02/03 19:34:33 bouyer Exp $
Standard string library should be included as well.
--- include/kicad_string.h.orig 2015-12-11 17:57:10.000000000 +0100
+++ include/kicad_string.h 2015-12-11 17:57:22.000000000 +0100
@@ -30,6 +30,7 @@
#ifndef KICAD_STRING_H_
#define KICAD_STRING_H_
+#include <string>
#include <wx/string.h>
#include <wx/filename.h>
|