diff options
Diffstat (limited to 'Lib/perl5/std_map.i')
-rw-r--r-- | Lib/perl5/std_map.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/perl5/std_map.i b/Lib/perl5/std_map.i index e7812f38a..493307dd9 100644 --- a/Lib/perl5/std_map.i +++ b/Lib/perl5/std_map.i @@ -12,9 +12,9 @@ %{ #include <map> -#include <algorithm> -#include <stdexcept> %} +%fragment("<algorithm>"); +%fragment("<stdexcept>"); // exported class |