diff options
author | Neil <nyamatongwe@gmail.com> | 2017-05-21 10:26:10 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-05-21 10:26:10 +1000 |
commit | 8ef4f3d54de1328a1d9753f4317a5d7692a72ae8 (patch) | |
tree | d0fb1e0c6cbd0a0256066ccb9e1541d3adbdf41c /src/ContractionState.cxx | |
parent | 632801dae9d844bd73891a314e99161add3f47fc (diff) | |
download | scintilla-mirror-8ef4f3d54de1328a1d9753f4317a5d7692a72ae8.tar.gz |
Make SplitVector work with move-only types like unique_ptr.
Provide InsertEmpty and both const and non-const reference returning operator[].
Add and fix comments.
Diffstat (limited to 'src/ContractionState.cxx')
-rw-r--r-- | src/ContractionState.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ContractionState.cxx b/src/ContractionState.cxx index 60042bf88..6fca2ec4e 100644 --- a/src/ContractionState.cxx +++ b/src/ContractionState.cxx @@ -10,6 +10,7 @@ #include <cstring> #include <stdexcept> +#include <vector> #include <algorithm> #include <memory> |