diff options
Diffstat (limited to 'transform.h')
-rw-r--r-- | transform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/transform.h b/transform.h index e98c53a3..f4221288 100644 --- a/transform.h +++ b/transform.h @@ -4,7 +4,7 @@ #include "xpath.h" #include <list> -#include <deque> +#include <vector> namespace ledger { |