#9376 prepare use of Length in lyxrc - amend commit 0fa4b7e736 - catch wrong include of Length.h

This commit is contained in:
Stephan Witt 2020-08-07 22:53:19 +02:00
parent d0ca7a383d
commit a436171b2c

View File

@ -1,8 +1,8 @@
#include <config.h>
#include "../Length.h"
#include "../LyXRC.h"
#include "../support/debug.h"
#include "LyXRC.h"
#include "support/debug.h"
#include "support/Length.h"
#include <iostream>