11 lines
221 B
C++
11 lines
221 B
C++
|
|
// Precompiled header.
|
||
|
|
//
|
||
|
|
// Include your most commonly used, but least
|
||
|
|
// frequently changing, header files here, to
|
||
|
|
// speed up compilation.
|
||
|
|
#ifndef __ALL_HPP
|
||
|
|
|
||
|
|
#include <string>
|
||
|
|
#include <iostream>
|
||
|
|
|
||
|
|
#endif // __ALL_HPP
|