citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 804e51f0a2986dd9cbb6c3637aad962112531624
parent 93b56162416ae22921c17e317f92c952d79e495d
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu, 28 Jul 2016 20:18:09 -0600

src/glyphy: add <cmath> include for clang

Diffstat:
Msrc/glyphy/glyphy-common.hh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/glyphy/glyphy-common.hh b/src/glyphy/glyphy-common.hh @@ -21,6 +21,7 @@ #include <glyphy.h> +#include <cmath> #include <math.h> #include <string.h> #include <assert.h>