We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e1eda commit 27f4cb5Copy full SHA for 27f4cb5
1 file changed
src/information.h
@@ -1,6 +1,8 @@
1
#ifndef _TREEDIST_INFO_H
2
#define _TREEDIST_INFO_H
3
4
+#include <Rcpp/Lightest>
5
+#include <cassert> /* for log2() */
6
#include <cmath> /* for log2() */
7
#include "ints.h" /* for int16 */
8
0 commit comments