Fix gcc-11 compilation, update .gitignore

This commit is contained in:
Sanaki 2021-08-22 01:35:43 -07:00
parent dc1f1dfba0
commit 933ece0c23
No known key found for this signature in database
GPG Key ID: 6B0EE2870C27F9CB
3 changed files with 5 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,4 +1,8 @@
*.o
*.dll
*.so
*.so.*
*.dylib
projects/vs2017/libs/**
projects/opendingux/**
projects/funkey/**

Binary file not shown.

View File

@ -1,5 +1,6 @@
#pragma once
#include <cstddef>
#include <cstdint>
#include <type_traits>
#include <vector>