xlnt/tests/utils/test_units.hpp
2017-04-13 14:51:35 -04:00

11 lines
137 B
C++

#pragma once
#include <iostream>
#include <helpers/test_suite.hpp>
#include <xlnt/xlnt.hpp>
class test_units : public test_suite
{
};