diff options
Diffstat (limited to 'gcc/cp/logic.cc')
-rw-r--r-- | gcc/cp/logic.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cp/logic.cc b/gcc/cp/logic.cc index e4967bb..c12c381 100644 --- a/gcc/cp/logic.cc +++ b/gcc/cp/logic.cc @@ -19,6 +19,7 @@ along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ #include "config.h" +#define INCLUDE_LIST #include "system.h" #include "coretypes.h" #include "tm.h" @@ -45,8 +46,6 @@ along with GCC; see the file COPYING3. If not see #include "toplev.h" #include "type-utils.h" -#include <list> - namespace { // Helper algorithms |