Skip to content

Commit

Permalink
Merge pull request #16 from lifs-tools/alpine-linux
Browse files Browse the repository at this point in the history
Alpine linux
  • Loading branch information
dominik-kopczynski authored Mar 28, 2024
2 parents 6449f0d + f5cb5f7 commit 58837ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cppgoslin/parser/Parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SOFTWARE.
#include "cppgoslin/parser/ParserClasses.h"
#include "cppgoslin/domain/Element.h"
#include "cppgoslin/parser/KnownGrammars.h"
#include <string>
#include <cstdint>
#include <set>
#include <map>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions cppgoslin/parser/ParserClasses.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ SOFTWARE.


#include "cppgoslin/domain/StringFunctions.h"
#include <cstdint>
#include <string>
#include <set>
#include <map>
Expand Down
3 changes: 3 additions & 0 deletions cppgoslin/parser/Parser_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
#include <cstdint>
#include <string>
#include <vector>

template <class T>
const uint32_t Parser<T>::SHIFT = 32;
Expand Down

0 comments on commit 58837ea

Please sign in to comment.