diff --git a/include/view/view.h b/include/view/view.h index f6069b6742..993d1e7ae3 100644 --- a/include/view/view.h +++ b/include/view/view.h @@ -27,7 +27,7 @@ #include #include -#include +#include #include #include @@ -575,7 +575,7 @@ private: }; // Convenience typedefs - typedef boost::unordered_map LAYER_MAP; + typedef std::unordered_map LAYER_MAP; typedef LAYER_MAP::iterator LAYER_MAP_ITER; typedef std::vector LAYER_ORDER; typedef std::vector::iterator LAYER_ORDER_ITER; diff --git a/pcbnew/dialogs/wizard_add_fplib.cpp b/pcbnew/dialogs/wizard_add_fplib.cpp index 17fdb9b919..47afc5ab11 100644 --- a/pcbnew/dialogs/wizard_add_fplib.cpp +++ b/pcbnew/dialogs/wizard_add_fplib.cpp @@ -32,6 +32,7 @@ * - select scope (global/project) */ +#include #include #include #include