Problem: Precompiled headers not being used

Solution: Phase I - make precompiled.hpp be first file included in every source file
This commit is contained in:
Osiris
2016-02-18 10:56:52 -06:00
parent 325eb693a9
commit 4a5af9d58b
83 changed files with 114 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "precompiled.hpp"
#include "io_object.hpp"
#include "io_thread.hpp"
#include "err.hpp"