Skip to content

Commit 574525c

Browse files
authored
Merge pull request #1677 from hzeller/fix-missing-include
Fix missing include to unbreak build.
2 parents 4b12c57 + aa4920c commit 574525c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/libvtrutil/src/vtr_geometry.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#include "vtr_range.h"
44
#include "vtr_assert.h"
55

6+
#include <cstdio> // vtr_geometry.tpp uses printf()
7+
68
#include <vector>
79
#include <tuple>
810
#include <limits>

0 commit comments

Comments
 (0)