From a91aa6a0604a082163dd0e3746dac720c235a127 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Fri, 17 Apr 2020 10:35:23 +0200 Subject: [PATCH] Add include in JF format --- core-buffer/include/JFFileFormat.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core-buffer/include/JFFileFormat.hpp b/core-buffer/include/JFFileFormat.hpp index 7e52c8b..af6cd38 100644 --- a/core-buffer/include/JFFileFormat.hpp +++ b/core-buffer/include/JFFileFormat.hpp @@ -1,6 +1,8 @@ #ifndef JFFILEFORMAT_HPP #define JFFILEFORMAT_HPP +#include "jungfrau.hpp" + #pragma pack(push) #pragma pack(1) struct JFFileFormat {