15 lines
403 B
C
15 lines
403 B
C
$NetBSD: patch-include-kicad_string.h,v 1.3 2016/09/08 09:32:28 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>
|
|
|