xlnt/source/workbook/tests/test_protection.hpp
2015-11-03 08:38:09 -05:00

11 lines
150 B
C++

#pragma once
#include <iostream>
#include <cxxtest/TestSuite.h>
#include <xlnt/xlnt.hpp>
class test_password_hash : public CxxTest::TestSuite
{
};