Commit d12f667e authored by Davis King's avatar Davis King

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
parent 8ace4f2e
......@@ -13,7 +13,7 @@
#include "../stl_checked.h"
#include <vector>
#include <algorithm>
#include "dlib/std_allocator.h"
#include "../std_allocator.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment