diff options
Diffstat (limited to 'src/fig/FIG.h')
-rw-r--r-- | src/fig/FIG.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fig/FIG.h b/src/fig/FIG.h index 207b299..d2498d0 100644 --- a/src/fig/FIG.h +++ b/src/fig/FIG.h @@ -32,6 +32,8 @@ namespace FIC { +#define PACKED __attribute__ ((packed)) + class FIGRuntimeInformation { public: FIGRuntimeInformation(boost::shared_ptr<dabEnsemble> e) : |