fixed missing header <cassert> in network.cpp

This commit is contained in:
Dave White 2003-10-05 12:22:25 +00:00
parent 3e52d44e2b
commit 3a3fa46cf3

View file

@ -4,6 +4,7 @@
#include "SDL_net.h"
#include <algorithm>
#include <cassert>
#include <vector>
namespace {