Skip to content

Commit d68baf0

Browse files
committed
Merge pull request #1151 from xzyfer/fix/1144
Add missing header file to util.cpp
2 parents 20d8870 + 0e5bc24 commit d68baf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef SASS_UTIL_H
22
#define SASS_UTIL_H
33

4+
#include <cstdio>
45
#include <vector>
56
#include <string>
67
#include "ast_fwd_decl.hpp"

0 commit comments

Comments
 (0)