FirstHeader.h 264 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #ifndef FIRSTHEADER #define FIRSTHEADER #include "SecondHeader.h" // Just a class which gets in the lazy deserialization chain #include "stl_map.h" #include "vector" typedef std::map<int>::iterator el; inline void func() { std::vector<int>::func(); } #endif