mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:28:11 +00:00
AK: Add formatter for DistinctNumeric
This commit is contained in:
parent
489317e573
commit
e00f519cdd
2 changed files with 12 additions and 1 deletions
|
@ -24,9 +24,10 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <AK/DistinctNumeric.h>
|
||||
#include <AK/TestSuite.h>
|
||||
|
||||
#include <AK/DistinctNumeric.h>
|
||||
|
||||
template<typename T>
|
||||
class ForType {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue