Fix build for sqrt usage in vector. (#84)

This commit is contained in:
Aaron Luk 2017-03-19 06:32:02 +01:00 committed by Ondrej Stava
parent efa5604d64
commit 10a25ba708

View File

@ -18,6 +18,7 @@
#include <inttypes.h>
#include <algorithm>
#include <array>
#include <cmath>
#include "core/macros.h"