diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-03-21 20:52:47 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-03-21 20:52:47 +0100 |
| commit | b8b5b3cd212ba7aa814df8f217d1366f3233c29f (patch) | |
| tree | bd6d53eece92d9a178425d66772f65be91187af0 | |
| parent | f73c3dbe9511fc25da614e14d0eaafeb0a1bb58c (diff) | |
test-gtest_pch.hh: add some UnityCore headers
(bzr r3227.3.20)
| -rw-r--r-- | tests/pch/test-gtest_pch.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/pch/test-gtest_pch.hh b/tests/pch/test-gtest_pch.hh index 6abdd8763..abf31b29b 100644 --- a/tests/pch/test-gtest_pch.hh +++ b/tests/pch/test-gtest_pch.hh @@ -38,5 +38,9 @@ #include <sigc++/sigc++.h> #include <gtk/gtk.h> +#include <UnityCore/GLibSource.h> +#include <UnityCore/GLibWrapper.h> +#include <UnityCore/Variant.h> + #endif |
