Fixed an #include statement so that it works even if you don't

specify an include path argument to your compiler.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402569
This commit is contained in:
Davis King 2008-10-17 13:05:23 +00:00
parent 8ace4f2e57
commit d12f667eab

View File

@ -13,7 +13,7 @@
#include "../stl_checked.h"
#include <vector>
#include <algorithm>
#include "dlib/std_allocator.h"
#include "../std_allocator.h"