From c851b39a4907f546a2589b72d667115fd984005a Mon Sep 17 00:00:00 2001 From: paboyle Date: Wed, 24 Jan 2018 13:33:34 +0000 Subject: [PATCH] Nicer way of including aggregate --- lib/lattice/Lattice.h | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/lib/lattice/Lattice.h b/lib/lattice/Lattice.h index e2bb2a82..54295afd 100644 --- a/lib/lattice/Lattice.h +++ b/lib/lattice/Lattice.h @@ -25,9 +25,22 @@ Author: Peter Boyle See the full license in the file "LICENSE" in the top level distribution directory *************************************************************************************/ /* END LEGAL */ -#ifndef GRID_LATTICE_H -#define GRID_LATTICE_H - +#pragma once #include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include -#endif