1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-10 06:00:45 +01:00

Merge pull request from mspraggs/patch-1

Added <map> include to GridNerscIO.h
This commit is contained in:
Peter Boyle 2015-04-30 09:46:48 +01:00
commit d5b1bfb4bb

@ -5,6 +5,7 @@
#include <iostream>
#include <iomanip>
#include <fstream>
#include <map>
#ifdef HAVE_ENDIAN_H
#include <endian.h>