Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
  • Loading branch information
darbyjohnston committed Dec 17, 2024
1 parent 929d66b commit fe0595c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/toucanView/ExportTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "FilesModel.h"
#include "PlaybackModel.h"

#include <toucanUtil/File.h>
#include <toucanRender/Util.h>

#include <dtk/ui/DialogSystem.h>
#include <dtk/ui/GridLayout.h>
Expand Down
2 changes: 1 addition & 1 deletion tests/toucanRenderTest/ImageGraphTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include <toucanRender/ImageGraph.h>
#include <toucanRender/TimelineWrapper.h>
#include <toucanUtil/File.h>
#include <toucanRender/Util.h>

#include <sstream>

Expand Down

0 comments on commit fe0595c

Please sign in to comment.