Fixing include

This commit is contained in:
Daniel Lemire 2018-04-26 00:02:34 -04:00
parent 4eb410bc50
commit 6d5c5fc2d5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <x86intrin.h>
#include <assert.h>
#include "common_defs.h"
#include "jsonstruct.h"
using namespace std;