Skip to content

Commit

Permalink
layout/layerwiselayouter.cpp - fix Windows build without Graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Jul 1, 2016
1 parent ee8b551 commit d2c3f7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/layout/layerwiselayouter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@

#include "layerwiselayouter.h"

#if HAVE_GRAPHVIZ
#include "graphvizlayout/graphvizlayerlayouter.h"
#include "graphvizlayout/graphvizlayouter.h"
#endif
#include "layoutproperties.h"
#include "layoututils.h"
#include "elementwalker.h"
Expand Down

0 comments on commit d2c3f7a

Please sign in to comment.