Unit test build fix, make sure <typeinfo> is included

This commit is contained in:
Brian Cox 2017-03-31 15:09:43 -07:00
parent a0d04d89ad
commit 7b86cdd134
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@
// genre_t.cpp
//
#include <typeinfo>
#include "fco/stdfco.h"
#include "fco/genreswitcher.h"
#include "twtest/test.h"