Fix path to config.h in path.cpp

Originally committed to SVN as r5493.
This commit is contained in:
Thomas Goyne 2011-07-20 20:08:51 +00:00
parent 4e0725104d
commit 52e60f09dc

View file

@ -18,7 +18,7 @@
/// @brief Common paths.
/// @ingroup libaegisub
#include "config.h"
#include "../config.h"
#ifndef LAGI_PRE
#include <vector>