mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-10 08:32:32 +02:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user