diff --git a/docs.html b/docs.html
index 89e25106..add3d508 100644
--- a/docs.html
+++ b/docs.html
@@ -895,6 +895,16 @@ data is copied from auxiliary memory, where ptr_aux_mem is a pointer to t
+
ARMA_U8_TYPE and ARMA_S8_TYPE before including the armadillo header:
++#define ARMA_U8_TYPE std::uint8_t +#define ARMA_S8_TYPE std::int8_t +#include <armadillo> ++ +