From 1fe590d181ec2f842bef00c802b6435cc23cca86 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Thu, 21 Apr 2016 00:20:03 -0400 Subject: [PATCH] add missing include in main header, closes #38 --- include/xlnt/xlnt.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/xlnt/xlnt.hpp b/include/xlnt/xlnt.hpp index e6f85bb3..8bb15e5f 100644 --- a/include/xlnt/xlnt.hpp +++ b/include/xlnt/xlnt.hpp @@ -41,7 +41,10 @@ #include #include #include +#include #include +#include +#include #include #include #include