[alohalytics] Fixes to build.

This commit is contained in:
Yuri Gorshenin 2015-04-13 12:27:22 +03:00 committed by Alex Zolotarev
parent 283fc221bc
commit 3b4fba3aff

View file

@ -28,6 +28,7 @@
#include <fstream>
#include <iostream> // std::cerr
#include <stdexcept> // std::runtime_error
#include <assert.h> // assert
#include <stdio.h> // popen
#ifdef _MSC_VER