2014-10-07  Jack Howarth <howarth.at.gcc@gmail.com>

        PR other/63699
        * libcc1/plugin.c: Include string earlier.

Index: libcc1/plugin.cc
===================================================================
--- libcc1/plugin.cc	(revision 217222)
+++ libcc1/plugin.cc	(working copy)
@@ -32,6 +32,7 @@
 #undef PACKAGE_VERSION
 
 #include "gcc-plugin.h"
+#include <string>
 #include "system.h"
 #include "coretypes.h"
 #include "stringpool.h"
@@ -55,8 +56,6 @@
 #include "connection.hh"
 #include "rpc.hh"
 
-#include <string>
-
 #ifdef __GNUC__
 #pragma GCC visibility push(default)
 #endif
