* config/nvptx/nvptx.c: Include <sstream> directly after "config.h".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217710
138bc75d-0d04-0410-961f-
82ee72b054a4
+2014-11-18 Bernd Schmidt <bernds@codesourcery.com>
+
+ * config/nvptx/nvptx.c: Include <sstream> directly after "config.h".
+
2014-11-18 Christophe Lyon <christophe.lyon@linaro.org>
* config/arm/neon-testgen.ml (emit_prologue): Handle new
<http://www.gnu.org/licenses/>. */
#include "config.h"
+#include <sstream>
#include "system.h"
#include "coretypes.h"
#include "tm.h"
#include "df.h"
#include "builtins.h"
#include "hashtab.h"
-#include <sstream>
/* Record the function decls we've written, and the libfuncs and function
decls corresponding to them. */