Fixed compilation error.
This commit is contained in:
parent
290aba1af4
commit
30f6ac7e70
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
||||||
#ifndef TAGLIB_ATTACHEDPICTUREFRAME_H
|
#ifndef TAGLIB_ATTACHEDPICTUREFRAME_H
|
||||||
#define TAGLIB_ATTACHEDPICTUREFRAME_H
|
#define TAGLIB_ATTACHEDPICTUREFRAME_H
|
||||||
|
|
||||||
#include <id3v2frame.h>
|
#include "id3v2frame.h"
|
||||||
#include <id3v2header.h>
|
#include "id3v2header.h"
|
||||||
#include "taglib_export.h"
|
#include "taglib_export.h"
|
||||||
|
|
||||||
namespace TagLib {
|
namespace TagLib {
|
||||||
|
|
Loading…
Reference in a new issue