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

	PR other/63750
	* gcc/ipa-chkp.c: Include string earlier.

Index: gcc/ipa-chkp.c
===================================================================
--- gcc/ipa-chkp.c	(revision 217222)
+++ gcc/ipa-chkp.c	(working copy)
@@ -19,6 +19,7 @@ along with GCC; see the file COPYING3.  
 <http://www.gnu.org/licenses/>.  */
 
 #include "config.h"
+#include <string>
 #include "system.h"
 #include "coretypes.h"
 #include "tree-core.h"
@@ -41,7 +42,6 @@ along with GCC; see the file COPYING3.  
 #include "cgraph.h"
 #include "tree-chkp.h"
 #include "ipa-chkp.h"
-#include <string>
 
 /*  Pointer Bounds Checker has two IPA passes to support code instrumentation.
 
