176:060a13878ca0 | 195:be953e1621d9 |
---|---|
1 /* | 1 /* |
2 Copyright 2014 - 2016 Teemu Piippo | 2 Copyright 2014 - 2021 Teemu Piippo |
3 All rights reserved. | 3 All rights reserved. |
4 | 4 |
5 Redistribution and use in source and binary forms, with or without | 5 Redistribution and use in source and binary forms, with or without |
6 modification, are permitted provided that the following conditions | 6 modification, are permitted provided that the following conditions |
7 are met: | 7 are met: |
29 */ | 29 */ |
30 | 30 |
31 #pragma once | 31 #pragma once |
32 #include <algorithm> | 32 #include <algorithm> |
33 #include <functional> | 33 #include <functional> |
34 #include <string> | |
35 #include <sstream> | |
34 #include <cstdio> | 36 #include <cstdio> |
35 #include <cstdlib> | 37 #include <cstdlib> |
36 #include <cstdint> | 38 #include <cstdint> |
37 #include <cstring> | 39 #include <cstring> |
38 #include <cctype> | 40 #include <cctype> |