mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-04 14:24:10 +00:00
Buildfix and minor changes
This commit is contained in:
parent
bef901c56c
commit
986f0c8db3
4 changed files with 5 additions and 4 deletions
|
@ -15,8 +15,9 @@
|
|||
* along with "dindexer". If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include "commandline.hpp"
|
||||
#include <iostream>
|
||||
#include <ciso646>
|
||||
|
||||
int main (int parArgc, char* parArgv[]) {
|
||||
using boost::program_options::variables_map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue