summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontends/ast/ast.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/ast/ast.cc b/frontends/ast/ast.cc
index e41416ef..7a7bd303 100644
--- a/frontends/ast/ast.cc
+++ b/frontends/ast/ast.cc
@@ -34,9 +34,9 @@
#include <stdarg.h>
#if defined(__APPLE__)
-#include <cmath>
+# include <cmath>
#else
-#include <math.h>
+# include <math.h>
#endif
YOSYS_NAMESPACE_BEGIN