Couple of compile fixes.

This is branched from topic/johanna/remove-serializer.
This commit is contained in:
Robin Sommer 2019-06-05 18:46:51 +00:00
parent 9f4749adce
commit 00f9341183
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
// See the file "COPYING" in the main distribution directory for copyright. // See the file "COPYING" in the main distribution directory for copyright.
#include <unistd.h>
#include "KRB.h" #include "KRB.h"
#include "types.bif.h" #include "types.bif.h"
#include "events.bif.h" #include "events.bif.h"

View file

@ -2,6 +2,7 @@
#include "CounterVector.h" #include "CounterVector.h"
#include <cassert>
#include <limits> #include <limits>
#include "BitVector.h" #include "BitVector.h"