Skip to content

Commit

Permalink
Trace: fix missing include for 'ceil'
Browse files Browse the repository at this point in the history
  • Loading branch information
JimKnowler committed May 17, 2021
1 parent fa33866 commit dd064b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gtestverilog/lib/Trace.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "Trace.h"

#include <string.h>
#include <cstring>
#include <cmath>

namespace gtestverilog {
Trace::Trace() {
Expand Down

0 comments on commit dd064b9

Please sign in to comment.