Skip to content

Commit 475978d

Browse files
committed
Fix and include
1 parent 249d9f2 commit 475978d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/file.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <vector>
1010

1111
#include "sass/context.h"
12+
#include "sass/functions.h"
1213
#include "ast_fwd_decl.hpp"
1314

1415
namespace Sass {

src/stylesheet.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// __EXTENSIONS__ fix on Solaris.
66
#include "sass.hpp"
77

8+
#include "sass/functions.h"
89
#include "ast_fwd_decl.hpp"
910
#include "extender.hpp"
1011
#include "file.hpp"

0 commit comments

Comments
 (0)