Skip to content

Commit 27f4cb5

Browse files
committed
missing includes
1 parent 51e1eda commit 27f4cb5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/information.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef _TREEDIST_INFO_H
22
#define _TREEDIST_INFO_H
33

4+
#include <Rcpp/Lightest>
5+
#include <cassert> /* for log2() */
46
#include <cmath> /* for log2() */
57
#include "ints.h" /* for int16 */
68

0 commit comments

Comments
 (0)