[common] framebuffer: added missing header include

This commit is contained in:
Geoffrey McRae 2020-08-03 11:58:38 +10:00
parent 62d1bd1ea2
commit aa32c5ffad
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
B2-rc2-13-gc5ff8bd4ce+1
B2-rc2-16-g62d1bd1ea2+1

View File

@ -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