1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Added <map> include to GridNerscIO.h

Adding this allows clang to compile Grid to completion.
This commit is contained in:
mspraggs 2015-04-29 23:44:03 +01:00
parent d8ffa09e3b
commit 24fc71b2e9

View File

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