1
Fork 0
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:
Andreas Kling 2021-02-12 12:31:09 +01:00
parent 489317e573
commit e00f519cdd
2 changed files with 12 additions and 1 deletions

View file

@ -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: