Commit e26fcd24702eeb5123110a20d56d93cdc33c70e5
Committed by
Henry Schreiner
1 parent
3e651e3b
fix composite order
Showing
1 changed file
with
2 additions
and
2 deletions
include/CLI/CLI.hpp
| ... | ... | @@ -6,12 +6,12 @@ |
| 6 | 6 | // CLI Library includes |
| 7 | 7 | // Order is important for combiner script |
| 8 | 8 | |
| 9 | +#include "CLI/StringTools.hpp" | |
| 10 | + | |
| 9 | 11 | #include "CLI/Error.hpp" |
| 10 | 12 | |
| 11 | 13 | #include "CLI/TypeTools.hpp" |
| 12 | 14 | |
| 13 | -#include "CLI/StringTools.hpp" | |
| 14 | - | |
| 15 | 15 | #include "CLI/Split.hpp" |
| 16 | 16 | |
| 17 | 17 | #include "CLI/Ini.hpp" | ... | ... |