forked from mia/Aegisub
Fix inclusion of config.h, when I was writing this I added a relative path directly to acconf.h
Originally committed to SVN as r5316.
This commit is contained in:
parent
a35962923f
commit
0a54e9ca06
1 changed files with 6 additions and 1 deletions
|
@ -18,11 +18,16 @@
|
|||
/// @brief Common paths.
|
||||
/// @ingroup libaegisub
|
||||
|
||||
#include "../commit/acconf.h"
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef LAGI_PRE
|
||||
#include <string>
|
||||
#endif
|
||||
|
||||
#include <libaegisub/path.h>
|
||||
|
||||
|
||||
namespace agi {
|
||||
|
||||
const std::string Path::Data() {
|
||||
|
|
Loading…
Reference in a new issue