These are not actually keywords in the C++ standard, but macros. Unless
<iso646.h> is included, these are not guaranteed to be present.
---
 include/common.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/common.h b/include/common.h
index b881444..8be1e25 100644
--- a/include/common.h
+++ b/include/common.h
@@ -41,6 +41,8 @@
 #include <richio.h>
 #include <colors.h>
 
+#include <iso646.h>
+
 
 class wxAboutDialogInfo;
 class SEARCH_STACK;
_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to