Parts of the EightBit library become linux compatible (TBC!)

Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
This commit is contained in:
Adrian.Conlon
2017-09-03 12:11:14 +01:00
parent 57cfd79c44
commit 640b2be670
7 changed files with 35 additions and 61 deletions

View File

@@ -8,9 +8,14 @@
#include <iostream>
#include <fstream>
#include <chrono>
#include <intrin.h>
#include <algorithm>
#include <string>
#include <array>
#include <vector>
#include <vector>
#ifdef __GNUG__
#include <x86intrin.h>
#else
#include <intrin.h>
#endif