mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 14:23:57 +00:00
[common] framebuffer: added missing header include
This commit is contained in:
parent
62d1bd1ea2
commit
aa32c5ffad
2 changed files with 2 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B2-rc2-13-gc5ff8bd4ce+1
|
||||
B2-rc2-16-g62d1bd1ea2+1
|
|
@ -23,6 +23,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
#include <string.h>
|
||||
#include <stdatomic.h>
|
||||
#include <emmintrin.h>
|
||||
#include <smmintrin.h>
|
||||
|
||||
#define FB_CHUNK_SIZE 1024
|
||||
|
||||
|
|
Loading…
Reference in a new issue