Skip to content

Commit

Permalink
Update argparse.cppm
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
stripe2933 authored Feb 6, 2024
1 parent 6bdc003 commit f9057b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/argparse.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export module argparse;

#ifdef ARGPARSE_MODULE_USE_STD_MODULE
import std;
import std.cppm;
import std.compat;

extern "C++" {
#include <argparse/argparse.hpp>
Expand Down

0 comments on commit f9057b8

Please sign in to comment.